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.
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.
getRangeShowFillLevel :: (MonadIO m, IsRange o) => o -> m Boolgi-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
rangeGetShowFillLevel :: (HasCallStack, MonadIO m, IsRange a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.Range Gets whether the range displays the fill level graphically.
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.
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 ]
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.
getSearchBarShowCloseButton :: (MonadIO m, IsSearchBar o) => o -> m Boolgi-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
searchBarGetShowCloseButton :: (HasCallStack, MonadIO m, IsSearchBar a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.SearchBar Returns whether the close button is shown.
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.
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 ]