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. recentChooserMenuSetShowNumbers :: (HasCallStack, MonadIO m, IsRecentChooserMenu a) => a -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.RecentChooserMenu

    Sets whether a number should be added to the items of menu. The numbers are shown to provide a unique character for a mnemonic to be used inside ten menu item’s label. Only the first the items get a number to avoid clashes. Since: 2.10

  2. setRecentChooserMenuShowNumbers :: (MonadIO m, IsRecentChooserMenu o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.RecentChooserMenu

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

    set recentChooserMenu [ #showNumbers := value ]
    

  3. constructSearchBarShowCloseButton :: (IsSearchBar o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.SearchBar

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

  4. getSearchBarShowCloseButton :: (MonadIO m, IsSearchBar o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.SearchBar

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

    get searchBar #showCloseButton
    

  5. searchBarGetShowCloseButton :: (HasCallStack, MonadIO m, IsSearchBar a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.SearchBar

    Returns whether the close button is shown. Since: 3.10

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

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

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

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

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

Page 327 of many | Previous | Next