Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

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

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

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

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

  7. rangeSetShowFillLevel :: (HasCallStack, MonadIO m, IsRange a) => a -> Bool -> m ()

    gi-gtk3 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. Since: 2.12

  8. setRangeShowFillLevel :: (MonadIO m, IsRange o) => o -> Bool -> m ()

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

  9. constructRecentActionShowNumbers :: (IsRecentAction o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.RecentAction

    Construct a GValueConstruct with valid value for the “show-numbers” property. This is rarely needed directly, but it is used by new.

  10. getRecentActionShowNumbers :: (MonadIO m, IsRecentAction o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.RecentAction

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

    get recentAction #showNumbers
    

Page 326 of many | Previous | Next