Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

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

    gi-gtk3 GI.Gtk.Objects.Settings

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

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

    gi-gtk3 GI.Gtk.Objects.Settings

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

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

    gi-gtk3 GI.Gtk.Objects.Settings

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

    get settings #gtkShellShowsAppMenu
    

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

    gi-gtk3 GI.Gtk.Objects.Settings

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

    get settings #gtkShellShowsDesktop
    

  5. 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
    

  6. 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
    

  7. 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
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 328 of many | Previous | Next