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

    gi-gtk4 GI.Gtk.Objects.Range

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

  2. getRangeShowFillLevel :: (MonadIO m, IsRange o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Range

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

    get range #showFillLevel
    

  3. rangeGetShowFillLevel :: (HasCallStack, MonadIO m, IsRange a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Range

    Gets whether the range displays the fill level graphically.

  4. rangeSetShowFillLevel :: (HasCallStack, MonadIO m, IsRange a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Range

    Sets whether a graphical fill level is show on the trough. See rangeSetFillLevel for a general description of the fill level concept.

  5. setRangeShowFillLevel :: (MonadIO m, IsRange o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.Range

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

    set range [ #showFillLevel := value ]
    

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

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

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

    gi-gtk4 GI.Gtk.Objects.SearchBar

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

    get searchBar #showCloseButton
    

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

    gi-gtk4 GI.Gtk.Objects.SearchBar

    Returns whether the close button is shown.

  9. searchBarSetShowCloseButton :: (HasCallStack, MonadIO m, IsSearchBar a) => a -> Bool -> m ()

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

  10. setSearchBarShowCloseButton :: (MonadIO m, IsSearchBar o) => o -> Bool -> m ()

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

Page 348 of many | Previous | Next