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.
searchBarGetShowCloseButton :: (HasCallStack, MonadIO m, IsSearchBar a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.SearchBar Returns whether the close button is shown. Since: 3.10
searchBarSetShowCloseButton :: (HasCallStack, MonadIO m, IsSearchBar a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.SearchBar Shows or hides the close button. Applications that already have a “search” toggle button should not show a close button in their search bar, as it duplicates the role of the toggle button. Since: 3.10
setSearchBarShowCloseButton :: (MonadIO m, IsSearchBar o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.SearchBar Set the value of the “show-close-button” property. When overloading is enabled, this is equivalent to
set searchBar [ #showCloseButton := value ]
constructSettingsGtkShellShowsAppMenu :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 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.
constructSettingsGtkShellShowsDesktop :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 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.
constructSettingsGtkShellShowsMenubar :: (IsSettings o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 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.
-
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.
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.
getSettingsGtkShellShowsAppMenu :: (MonadIO m, IsSettings o) => o -> m Boolgi-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
getSettingsGtkShellShowsDesktop :: (MonadIO m, IsSettings o) => o -> m Boolgi-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