Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
Safe Haskell | None |
Language | Haskell2010 |
The ColorChooserDialog
widget is a dialog for choosing
a color. It implements the ColorChooser
interface.
Synopsis
- newtype ColorChooserDialog = ColorChooserDialog (ManagedPtr ColorChooserDialog)
- class GObject 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
class GObject o => IsColorChooserDialog o Source #
Type class for types which can be safely cast to ColorChooserDialog
, for instance with toColorChooserDialog
.
Instances
(GObject a, (UnknownAncestorError ColorChooserDialog a :: Constraint)) => IsColorChooserDialog a Source # | |
Defined in GI.Gtk.Objects.ColorChooserDialog | |
IsColorChooserDialog ColorChooserDialog 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
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 ]