Hoogle Search

Within Stackage Nightly 2026-06-26 (ghc-9.12.4)

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

  1. setProgressBarEllipsize :: (MonadIO m, IsProgressBar o) => o -> EllipsizeMode -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “ellipsize” property. When overloading is enabled, this is equivalent to

    set progressBar [ #ellipsize := value ]
    

  2. setProgressBarFraction :: (MonadIO m, IsProgressBar o) => o -> Double -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “fraction” property. When overloading is enabled, this is equivalent to

    set progressBar [ #fraction := value ]
    

  3. setProgressBarInverted :: (MonadIO m, IsProgressBar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “inverted” property. When overloading is enabled, this is equivalent to

    set progressBar [ #inverted := value ]
    

  4. setProgressBarPulseStep :: (MonadIO m, IsProgressBar o) => o -> Double -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “pulse-step” property. When overloading is enabled, this is equivalent to

    set progressBar [ #pulseStep := value ]
    

  5. setProgressBarShowText :: (MonadIO m, IsProgressBar o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set progressBar [ #showText := value ]
    

  6. setProgressBarText :: (MonadIO m, IsProgressBar o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set progressBar [ #text := value ]
    

  7. setRadioActionCurrentValue :: (MonadIO m, IsRadioAction o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “current-value” property. When overloading is enabled, this is equivalent to

    set radioAction [ #currentValue := value ]
    

  8. setRadioActionEntryAccelerator :: MonadIO m => RadioActionEntry -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “accelerator” field. When overloading is enabled, this is equivalent to

    set radioActionEntry [ #accelerator := value ]
    

  9. setRadioActionEntryLabel :: MonadIO m => RadioActionEntry -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “label” field. When overloading is enabled, this is equivalent to

    set radioActionEntry [ #label := value ]
    

  10. setRadioActionEntryName :: MonadIO m => RadioActionEntry -> CString -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “name” field. When overloading is enabled, this is equivalent to

    set radioActionEntry [ #name := value ]
    

Page 135 of many | Previous | Next