Hoogle Search

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

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

  1. setPrintOperationUnit :: (MonadIO m, IsPrintOperation o) => o -> Unit -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set printOperation [ #unit := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set printOperation [ #useFullPage := value ]
    

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

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

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

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

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

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

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

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

Page 137 of many | Previous | Next