| 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 |
GI.Gtk.Objects.ColorSelectionDialog
Contents
Description
- newtype ColorSelectionDialog = ColorSelectionDialog (ManagedPtr ColorSelectionDialog)
- class GObject o => IsColorSelectionDialog o
- toColorSelectionDialog :: IsColorSelectionDialog o => o -> IO ColorSelectionDialog
- noColorSelectionDialog :: Maybe ColorSelectionDialog
- data ColorSelectionDialogGetColorSelectionMethodInfo
- colorSelectionDialogGetColorSelection :: (HasCallStack, MonadIO m, IsColorSelectionDialog a) => a -> m Widget
- colorSelectionDialogNew :: (HasCallStack, MonadIO m) => Text -> m ColorSelectionDialog
- data ColorSelectionDialogCancelButtonPropertyInfo
- colorSelectionDialogCancelButton :: AttrLabelProxy "cancelButton"
- getColorSelectionDialogCancelButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget)
- data ColorSelectionDialogColorSelectionPropertyInfo
- colorSelectionDialogColorSelection :: AttrLabelProxy "colorSelection"
- getColorSelectionDialogColorSelection :: (MonadIO m, IsColorSelectionDialog o) => o -> m Widget
- data ColorSelectionDialogHelpButtonPropertyInfo
- colorSelectionDialogHelpButton :: AttrLabelProxy "helpButton"
- getColorSelectionDialogHelpButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget)
- data ColorSelectionDialogOkButtonPropertyInfo
- colorSelectionDialogOkButton :: AttrLabelProxy "okButton"
- getColorSelectionDialogOkButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget)
Exported types
newtype ColorSelectionDialog Source #
Constructors
| ColorSelectionDialog (ManagedPtr ColorSelectionDialog) |
Instances
| GObject ColorSelectionDialog Source # | |
| IsImplementorIface ColorSelectionDialog Source # | |
| IsObject ColorSelectionDialog Source # | |
| IsWindow ColorSelectionDialog Source # | |
| IsWidget ColorSelectionDialog Source # | |
| IsDialog ColorSelectionDialog Source # | |
| IsContainer ColorSelectionDialog Source # | |
| IsBin ColorSelectionDialog Source # | |
| IsBuildable ColorSelectionDialog Source # | |
| IsColorSelectionDialog ColorSelectionDialog Source # | |
| ((~) * info (ResolveColorSelectionDialogMethod t ColorSelectionDialog), MethodInfo * info ColorSelectionDialog p) => IsLabel t (ColorSelectionDialog -> p) Source # | |
| ((~) * info (ResolveColorSelectionDialogMethod t ColorSelectionDialog), MethodInfo * info ColorSelectionDialog p) => IsLabelProxy t (ColorSelectionDialog -> p) Source # | |
| HasAttributeList * ColorSelectionDialog Source # | |
| type AttributeList ColorSelectionDialog Source # | |
| type SignalList ColorSelectionDialog Source # | |
class GObject o => IsColorSelectionDialog o Source #
Methods
getColorSelection
data ColorSelectionDialogGetColorSelectionMethodInfo Source #
Instances
| ((~) * signature (m Widget), MonadIO m, IsColorSelectionDialog a) => MethodInfo * ColorSelectionDialogGetColorSelectionMethodInfo a signature Source # | |
colorSelectionDialogGetColorSelection Source #
Arguments
| :: (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 #
Arguments
| :: (HasCallStack, MonadIO m) | |
| => Text |
|
| -> m ColorSelectionDialog | Returns: a |
Creates a new ColorSelectionDialog.
Properties
cancelButton
data ColorSelectionDialogCancelButtonPropertyInfo Source #
Instances
colorSelectionDialogCancelButton :: AttrLabelProxy "cancelButton" Source #
getColorSelectionDialogCancelButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget) Source #
colorSelection
data ColorSelectionDialogColorSelectionPropertyInfo Source #
Instances
colorSelectionDialogColorSelection :: AttrLabelProxy "colorSelection" Source #
getColorSelectionDialogColorSelection :: (MonadIO m, IsColorSelectionDialog o) => o -> m Widget Source #
helpButton
data ColorSelectionDialogHelpButtonPropertyInfo Source #
Instances
colorSelectionDialogHelpButton :: AttrLabelProxy "helpButton" Source #
getColorSelectionDialogHelpButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget) Source #
okButton
data ColorSelectionDialogOkButtonPropertyInfo Source #
Instances
colorSelectionDialogOkButton :: AttrLabelProxy "okButton" Source #
getColorSelectionDialogOkButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget) Source #