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

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

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

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

    gi-gtk3 GI.Gtk.Objects.ProgressBar

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

    get progressBar #showText
    

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

    gi-gtk3 GI.Gtk.Objects.ProgressBar

    Gets the value of the ProgressBar:showText property. See progressBarSetShowText. Since: 3.0

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

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

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

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

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

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

    gi-gtk3 GI.Gtk.Objects.Range

    Gets whether the range displays the fill level graphically. Since: 2.12

Page 325 of many | Previous | Next