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.
printOperationSetShowProgress :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.PrintOperation If showProgress is True, the print operation will show a progress dialog during the print operation. Since: 2.10
setPrintOperationShowProgress :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.PrintOperation Set the value of the “show-progress” property. When overloading is enabled, this is equivalent to
set printOperation [ #showProgress := value ]
constructProgressBarShowText :: (IsProgressBar o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.ProgressBar Construct a GValueConstruct with valid value for the “show-text” property. This is rarely needed directly, but it is used by new.
getProgressBarShowText :: (MonadIO m, IsProgressBar o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.ProgressBar Get the value of the “show-text” property. When overloading is enabled, this is equivalent to
get progressBar #showText
progressBarGetShowText :: (HasCallStack, MonadIO m, IsProgressBar a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.ProgressBar Gets the value of the ProgressBar:showText property. See progressBarSetShowText. Since: 3.0
progressBarSetShowText :: (HasCallStack, MonadIO m, IsProgressBar a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ProgressBar Sets whether the progress bar will show text next to the bar. The shown text is either the value of the ProgressBar:text property or, if that is Nothing, the ProgressBar:fraction value, as a percentage. To make a progress bar that is styled and sized suitably for containing text (even if the actual text is blank), set ProgressBar:showText to True and ProgressBar:text to the empty string (not Nothing). Since: 3.0
setProgressBarShowText :: (MonadIO m, IsProgressBar o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.ProgressBar Set the value of the “show-text” property. When overloading is enabled, this is equivalent to
set progressBar [ #showText := value ]
constructRangeShowFillLevel :: (IsRange o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 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-gtk3 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-gtk3 GI.Gtk.Objects.Range Gets whether the range displays the fill level graphically. Since: 2.12