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.

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

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

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

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

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

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

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

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

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

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

Page 98 of many | Previous | Next