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.
setPasswordEntryShowPeekIcon :: (MonadIO m, IsPasswordEntry o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PasswordEntry Set the value of the “show-peek-icon” property. When overloading is enabled, this is equivalent to
set passwordEntry [ #showPeekIcon := value ]
-
gi-gtk4 GI.Gtk.Objects.PrintOperation Construct a GValueConstruct with valid value for the “show-progress” property. This is rarely needed directly, but it is used by new.
getPrintOperationShowProgress :: (MonadIO m, IsPrintOperation o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.PrintOperation Get the value of the “show-progress” property. When overloading is enabled, this is equivalent to
get printOperation #showProgress
printOperationSetShowProgress :: (HasCallStack, MonadIO m, IsPrintOperation a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.PrintOperation If showProgress is True, the print operation will show a progress dialog during the print operation.
setPrintOperationShowProgress :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()gi-gtk4 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-gtk4 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-gtk4 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-gtk4 GI.Gtk.Objects.ProgressBar Returns whether the GtkProgressBar shows text. See progressBarSetShowText.
progressBarSetShowText :: (HasCallStack, MonadIO m, IsProgressBar a) => a -> Bool -> m ()gi-gtk4 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).
setProgressBarShowText :: (MonadIO m, IsProgressBar o) => o -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.ProgressBar Set the value of the “show-text” property. When overloading is enabled, this is equivalent to
set progressBar [ #showText := value ]