Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. getSettingsGtkShellShowsMenubar :: (MonadIO m, IsSettings o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Settings

    Get the value of the “gtk-shell-shows-menubar” property. When overloading is enabled, this is equivalent to

    get settings #gtkShellShowsMenubar
    

  2. getSettingsGtkShowInputMethodMenu :: (MonadIO m, IsSettings o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Settings

    Get the value of the “gtk-show-input-method-menu” property. When overloading is enabled, this is equivalent to

    get settings #gtkShowInputMethodMenu
    

  3. getSettingsGtkShowUnicodeMenu :: (MonadIO m, IsSettings o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Settings

    Get the value of the “gtk-show-unicode-menu” property. When overloading is enabled, this is equivalent to

    get settings #gtkShowUnicodeMenu
    

  4. setSettingsGtkShellShowsAppMenu :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-shell-shows-app-menu” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkShellShowsAppMenu := value ]
    

  5. setSettingsGtkShellShowsDesktop :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-shell-shows-desktop” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkShellShowsDesktop := value ]
    

  6. setSettingsGtkShellShowsMenubar :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-shell-shows-menubar” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkShellShowsMenubar := value ]
    

  7. setSettingsGtkShowInputMethodMenu :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-show-input-method-menu” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkShowInputMethodMenu := value ]
    

  8. setSettingsGtkShowUnicodeMenu :: (MonadIO m, IsSettings o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Set the value of the “gtk-show-unicode-menu” property. When overloading is enabled, this is equivalent to

    set settings [ #gtkShowUnicodeMenu := value ]
    

  9. constructToolbarShowArrow :: (IsToolbar o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Toolbar

    Construct a GValueConstruct with valid value for the “show-arrow” property. This is rarely needed directly, but it is used by new.

  10. getToolbarShowArrow :: (MonadIO m, IsToolbar o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Toolbar

    Get the value of the “show-arrow” property. When overloading is enabled, this is equivalent to

    get toolbar #showArrow
    

Page 329 of many | Previous | Next