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

  2. constructPrintOperationShowProgress :: (IsPrintOperation o, MonadIO m) => Bool -> m (GValueConstruct o)

    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.

  3. getPrintOperationShowProgress :: (MonadIO m, IsPrintOperation o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintOperation

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

    get printOperation #showProgress
    

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

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

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

  7. getProgressBarShowText :: (MonadIO m, IsProgressBar o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.ProgressBar

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

    get progressBar #showText
    

  8. progressBarGetShowText :: (HasCallStack, MonadIO m, IsProgressBar a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.ProgressBar

    Returns whether the GtkProgressBar shows text. See progressBarSetShowText.

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

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

Page 347 of many | Previous | Next