Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. setColorButtonShowEditor :: (MonadIO m, IsColorButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ColorButton

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

    set colorButton [ #showEditor := value ]
    

  2. setColorButtonTitle :: (MonadIO m, IsColorButton o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.ColorButton

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

    set colorButton [ #title := value ]
    

  3. setColorButtonUseAlpha :: (MonadIO m, IsColorButton o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ColorButton

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

    set colorButton [ #useAlpha := value ]
    

  4. setColorChooserDialogShowEditor :: (MonadIO m, IsColorChooserDialog o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ColorChooserDialog

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

    set colorChooserDialog [ #showEditor := value ]
    

  5. setColorChooserWidgetShowEditor :: (MonadIO m, IsColorChooserWidget o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ColorChooserWidget

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

    set colorChooserWidget [ #showEditor := value ]
    

  6. setColorSelectionCurrentAlpha :: (MonadIO m, IsColorSelection o) => o -> Word32 -> m ()

    gi-gtk3 GI.Gtk.Objects.ColorSelection

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

    set colorSelection [ #currentAlpha := value ]
    

  7. setColorSelectionCurrentColor :: (MonadIO m, IsColorSelection o) => o -> Color -> m ()

    gi-gtk3 GI.Gtk.Objects.ColorSelection

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

    set colorSelection [ #currentColor := value ]
    

  8. setColorSelectionCurrentRgba :: (MonadIO m, IsColorSelection o) => o -> RGBA -> m ()

    gi-gtk3 GI.Gtk.Objects.ColorSelection

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

    set colorSelection [ #currentRgba := value ]
    

  9. setColorSelectionHasOpacityControl :: (MonadIO m, IsColorSelection o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ColorSelection

    Set the value of the “has-opacity-control” property. When overloading is enabled, this is equivalent to

    set colorSelection [ #hasOpacityControl := value ]
    

  10. setColorSelectionHasPalette :: (MonadIO m, IsColorSelection o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.ColorSelection

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

    set colorSelection [ #hasPalette := value ]
    

Page 502 of many | Previous | Next