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.
getSettingsGtkShellShowsMenubar :: (MonadIO m, IsSettings o) => o -> m Boolgi-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
getSettingsGtkShowInputMethodMenu :: (MonadIO m, IsSettings o) => o -> m Boolgi-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
getSettingsGtkShowUnicodeMenu :: (MonadIO m, IsSettings o) => o -> m Boolgi-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
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 ]
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 ]
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 ]
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 ]
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 ]
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.
getToolbarShowArrow :: (MonadIO m, IsToolbar o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.Toolbar Get the value of the “show-arrow” property. When overloading is enabled, this is equivalent to
get toolbar #showArrow