Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
The ColorChooserDialog
widget is a dialog for choosing
a color. It implements the ColorChooser
interface.
Since: 3.4
Synopsis
- newtype ColorChooserDialog = ColorChooserDialog (ManagedPtr ColorChooserDialog)
- class (GObject o, IsDescendantOf ColorChooserDialog o) => IsColorChooserDialog o
- toColorChooserDialog :: (MonadIO m, IsColorChooserDialog o) => o -> m ColorChooserDialog
- noColorChooserDialog :: Maybe ColorChooserDialog
- colorChooserDialogNew :: (HasCallStack, MonadIO m, IsWindow a) => Maybe Text -> Maybe a -> m ColorChooserDialog
- constructColorChooserDialogShowEditor :: IsColorChooserDialog o => Bool -> IO (GValueConstruct o)
- getColorChooserDialogShowEditor :: (MonadIO m, IsColorChooserDialog o) => o -> m Bool
- setColorChooserDialogShowEditor :: (MonadIO m, IsColorChooserDialog o) => o -> Bool -> m ()
Exported types
newtype ColorChooserDialog Source #
Memory-managed wrapper type.
Instances
Eq ColorChooserDialog Source # | |
Defined in GI.Gtk.Objects.ColorChooserDialog (==) :: ColorChooserDialog -> ColorChooserDialog -> Bool # (/=) :: ColorChooserDialog -> ColorChooserDialog -> Bool # | |
IsGValue ColorChooserDialog Source # | Convert |
Defined in GI.Gtk.Objects.ColorChooserDialog toGValue :: ColorChooserDialog -> IO GValue # fromGValue :: GValue -> IO ColorChooserDialog # | |
GObject ColorChooserDialog Source # | |
Defined in GI.Gtk.Objects.ColorChooserDialog gobjectType :: IO GType # | |
HasParentTypes ColorChooserDialog Source # | |
Defined in GI.Gtk.Objects.ColorChooserDialog | |
type ParentTypes ColorChooserDialog Source # | |
Defined in GI.Gtk.Objects.ColorChooserDialog type ParentTypes ColorChooserDialog = '[Dialog, Window, Bin, Container, Widget, Object, ImplementorIface, Buildable, ColorChooser] |
class (GObject o, IsDescendantOf ColorChooserDialog o) => IsColorChooserDialog o Source #
Type class for types which can be safely cast to ColorChooserDialog
, for instance with toColorChooserDialog
.
Instances
(GObject o, IsDescendantOf ColorChooserDialog o) => IsColorChooserDialog o Source # | |
Defined in GI.Gtk.Objects.ColorChooserDialog |
toColorChooserDialog :: (MonadIO m, IsColorChooserDialog o) => o -> m ColorChooserDialog Source #
Cast to ColorChooserDialog
, for types for which this is known to be safe. For general casts, use castTo
.
noColorChooserDialog :: Maybe ColorChooserDialog Source #
A convenience alias for Nothing
:: Maybe
ColorChooserDialog
.
Methods
Overloaded methods
new
colorChooserDialogNew Source #
:: (HasCallStack, MonadIO m, IsWindow a) | |
=> Maybe Text |
|
-> Maybe a |
|
-> m ColorChooserDialog | Returns: a new |
Creates a new ColorChooserDialog
.
Since: 3.4
Properties
showEditor
No description available in the introspection data.
constructColorChooserDialogShowEditor :: IsColorChooserDialog o => Bool -> IO (GValueConstruct o) Source #
Construct a GValueConstruct
with valid value for the “show-editor
” property. This is rarely needed directly, but it is used by new
.
getColorChooserDialogShowEditor :: (MonadIO m, IsColorChooserDialog o) => o -> m Bool Source #
Get the value of the “show-editor
” property.
When overloading is enabled, this is equivalent to
get
colorChooserDialog #showEditor
setColorChooserDialogShowEditor :: (MonadIO m, IsColorChooserDialog o) => o -> Bool -> m () Source #
Set the value of the “show-editor
” property.
When overloading is enabled, this is equivalent to
set
colorChooserDialog [ #showEditor:=
value ]