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 |
No description available in the introspection data.
Synopsis
- newtype ColorSelectionDialog = ColorSelectionDialog (ManagedPtr ColorSelectionDialog)
- class (GObject o, IsDescendantOf ColorSelectionDialog o) => IsColorSelectionDialog o
- toColorSelectionDialog :: (MonadIO m, IsColorSelectionDialog o) => o -> m ColorSelectionDialog
- colorSelectionDialogGetColorSelection :: (HasCallStack, MonadIO m, IsColorSelectionDialog a) => a -> m Widget
- colorSelectionDialogNew :: (HasCallStack, MonadIO m) => Text -> m ColorSelectionDialog
- getColorSelectionDialogCancelButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget)
- getColorSelectionDialogColorSelection :: (MonadIO m, IsColorSelectionDialog o) => o -> m Widget
- getColorSelectionDialogHelpButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget)
- getColorSelectionDialogOkButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget)
Exported types
newtype ColorSelectionDialog Source #
Memory-managed wrapper type.
Instances
Eq ColorSelectionDialog Source # | |
Defined in GI.Gtk.Objects.ColorSelectionDialog (==) :: ColorSelectionDialog -> ColorSelectionDialog -> Bool # (/=) :: ColorSelectionDialog -> ColorSelectionDialog -> Bool # | |
IsGValue ColorSelectionDialog Source # | Convert |
Defined in GI.Gtk.Objects.ColorSelectionDialog toGValue :: ColorSelectionDialog -> IO GValue # fromGValue :: GValue -> IO ColorSelectionDialog # | |
ManagedPtrNewtype ColorSelectionDialog Source # | |
TypedObject ColorSelectionDialog Source # | |
Defined in GI.Gtk.Objects.ColorSelectionDialog | |
GObject ColorSelectionDialog Source # | |
Defined in GI.Gtk.Objects.ColorSelectionDialog | |
HasParentTypes ColorSelectionDialog Source # | |
Defined in GI.Gtk.Objects.ColorSelectionDialog | |
type ParentTypes ColorSelectionDialog Source # | |
Defined in GI.Gtk.Objects.ColorSelectionDialog type ParentTypes ColorSelectionDialog = '[Dialog, Window, Bin, Container, Widget, Object, ImplementorIface, Buildable] |
class (GObject o, IsDescendantOf ColorSelectionDialog o) => IsColorSelectionDialog o Source #
Type class for types which can be safely cast to ColorSelectionDialog
, for instance with toColorSelectionDialog
.
Instances
(GObject o, IsDescendantOf ColorSelectionDialog o) => IsColorSelectionDialog o Source # | |
Defined in GI.Gtk.Objects.ColorSelectionDialog |
toColorSelectionDialog :: (MonadIO m, IsColorSelectionDialog o) => o -> m ColorSelectionDialog Source #
Cast to ColorSelectionDialog
, for types for which this is known to be safe. For general casts, use castTo
.
Methods
Overloaded methods
getColorSelection
colorSelectionDialogGetColorSelection Source #
:: (HasCallStack, MonadIO m, IsColorSelectionDialog a) | |
=> a |
|
-> m Widget | Returns: the embedded |
Retrieves the ColorSelection
widget embedded in the dialog.
Since: 2.14
new
colorSelectionDialogNew Source #
:: (HasCallStack, MonadIO m) | |
=> Text |
|
-> m ColorSelectionDialog | Returns: a |
Creates a new ColorSelectionDialog
.
Properties
cancelButton
No description available in the introspection data.
getColorSelectionDialogCancelButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget) Source #
Get the value of the “cancel-button
” property.
When overloading is enabled, this is equivalent to
get
colorSelectionDialog #cancelButton
colorSelection
No description available in the introspection data.
getColorSelectionDialogColorSelection :: (MonadIO m, IsColorSelectionDialog o) => o -> m Widget Source #
Get the value of the “color-selection
” property.
When overloading is enabled, this is equivalent to
get
colorSelectionDialog #colorSelection
helpButton
No description available in the introspection data.
getColorSelectionDialogHelpButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget) Source #
Get the value of the “help-button
” property.
When overloading is enabled, this is equivalent to
get
colorSelectionDialog #helpButton
okButton
No description available in the introspection data.
getColorSelectionDialogOkButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget) Source #
Get the value of the “ok-button
” property.
When overloading is enabled, this is equivalent to
get
colorSelectionDialog #okButton