Hoogle Search
Within Stackage Nightly 2026-06-22 (ghc-9.12.4)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setColorChooserDialogShowEditor :: (MonadIO m, IsColorChooserDialog o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “show-editor” property. When overloading is enabled, this is equivalent to
set colorChooserDialog [ #showEditor := value ]
setColorChooserRgba :: (MonadIO m, IsColorChooser o) => o -> RGBA -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “rgba” property. When overloading is enabled, this is equivalent to
set colorChooser [ #rgba := value ]
setColorChooserUseAlpha :: (MonadIO m, IsColorChooser o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “use-alpha” property. When overloading is enabled, this is equivalent to
set colorChooser [ #useAlpha := value ]
setColorChooserWidgetShowEditor :: (MonadIO m, IsColorChooserWidget o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “show-editor” property. When overloading is enabled, this is equivalent to
set colorChooserWidget [ #showEditor := value ]
setColorSelectionCurrentAlpha :: (MonadIO m, IsColorSelection o) => o -> Word32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “current-alpha” property. When overloading is enabled, this is equivalent to
set colorSelection [ #currentAlpha := value ]
setColorSelectionCurrentColor :: (MonadIO m, IsColorSelection o) => o -> Color -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “current-color” property. When overloading is enabled, this is equivalent to
set colorSelection [ #currentColor := value ]
setColorSelectionCurrentRgba :: (MonadIO m, IsColorSelection o) => o -> RGBA -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “current-rgba” property. When overloading is enabled, this is equivalent to
set colorSelection [ #currentRgba := value ]
setColorSelectionHasOpacityControl :: (MonadIO m, IsColorSelection o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “has-opacity-control” property. When overloading is enabled, this is equivalent to
set colorSelection [ #hasOpacityControl := value ]
setColorSelectionHasPalette :: (MonadIO m, IsColorSelection o) => o -> Bool -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “has-palette” property. When overloading is enabled, this is equivalent to
set colorSelection [ #hasPalette := value ]
setComboBoxActive :: (MonadIO m, IsComboBox o) => o -> Int32 -> m ()gi-gtk-hs Data.GI.Gtk Set the value of the “active” property. When overloading is enabled, this is equivalent to
set comboBox [ #active := value ]