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. setColorButtonTitle :: (MonadIO m, IsColorButton o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set colorButton [ #title := value ]
    

  2. setColorButtonUseAlpha :: (MonadIO m, IsColorButton 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 colorButton [ #useAlpha := value ]
    

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

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

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

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

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

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

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

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

Page 100 of many | Previous | Next