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