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. constructSettingsGtkShellShowsAppMenu :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.Settings

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

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

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

    gi-gtk4 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
    

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

    gi-gtk4 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
    

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

    gi-gtk4 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
    

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

    gi-gtk4 GI.Gtk.Objects.Settings

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

    get settings #gtkShowStatusShapes
    

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

    gi-gtk4 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 ]
    

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

    gi-gtk4 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 ]
    

Page 349 of many | Previous | Next