| 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 (ForeignPtr ColorSelectionDialog)
- class GObject o => IsColorSelectionDialog o
- toColorSelectionDialog :: IsColorSelectionDialog o => o -> IO ColorSelectionDialog
- noColorSelectionDialog :: Maybe ColorSelectionDialog
- data ColorSelectionDialogGetColorSelectionMethodInfo
- colorSelectionDialogGetColorSelection :: (MonadIO m, IsColorSelectionDialog a) => a -> m Widget
- colorSelectionDialogNew :: 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 (ForeignPtr ColorSelectionDialog) |
Instances
| GObject ColorSelectionDialog Source # | |
| IsObject ColorSelectionDialog Source # | |
| IsWindow ColorSelectionDialog Source # | |
| IsWidget ColorSelectionDialog Source # | |
| IsDialog ColorSelectionDialog Source # | |
| IsContainer ColorSelectionDialog Source # | |
| IsBin ColorSelectionDialog Source # | |
| IsBuildable ColorSelectionDialog Source # | |
| IsImplementorIface 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 SignalList ColorSelectionDialog Source # | |
| type AttributeList ColorSelectionDialog Source # | |
class GObject o => IsColorSelectionDialog o Source #
Instances
| (GObject a, UnknownAncestorError Constraint ColorSelectionDialog a) => IsColorSelectionDialog a Source # | |
| IsColorSelectionDialog ColorSelectionDialog Source # | |
Methods
colorSelectionDialogGetColorSelection
data ColorSelectionDialogGetColorSelectionMethodInfo Source #
Instances
| ((~) * signature (m Widget), MonadIO m, IsColorSelectionDialog a) => MethodInfo * ColorSelectionDialogGetColorSelectionMethodInfo a signature Source # | |
colorSelectionDialogGetColorSelection :: (MonadIO m, IsColorSelectionDialog a) => a -> m Widget Source #
colorSelectionDialogNew
colorSelectionDialogNew :: MonadIO m => Text -> m ColorSelectionDialog Source #
Properties
CancelButton
data ColorSelectionDialogCancelButtonPropertyInfo Source #
Instances
| AttrInfo ColorSelectionDialogCancelButtonPropertyInfo Source # | |
| type AttrSetTypeConstraint ColorSelectionDialogCancelButtonPropertyInfo Source # | |
| type AttrLabel ColorSelectionDialogCancelButtonPropertyInfo Source # | |
| type AttrGetType ColorSelectionDialogCancelButtonPropertyInfo Source # | |
| type AttrBaseTypeConstraint ColorSelectionDialogCancelButtonPropertyInfo Source # | |
| type AttrAllowedOps ColorSelectionDialogCancelButtonPropertyInfo Source # | |
colorSelectionDialogCancelButton :: AttrLabelProxy "cancelButton" Source #
getColorSelectionDialogCancelButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget) Source #
ColorSelection
data ColorSelectionDialogColorSelectionPropertyInfo Source #
Instances
| AttrInfo ColorSelectionDialogColorSelectionPropertyInfo Source # | |
| type AttrSetTypeConstraint ColorSelectionDialogColorSelectionPropertyInfo Source # | |
| type AttrLabel ColorSelectionDialogColorSelectionPropertyInfo Source # | |
| type AttrGetType ColorSelectionDialogColorSelectionPropertyInfo Source # | |
| type AttrBaseTypeConstraint ColorSelectionDialogColorSelectionPropertyInfo Source # | |
| type AttrAllowedOps ColorSelectionDialogColorSelectionPropertyInfo Source # | |
colorSelectionDialogColorSelection :: AttrLabelProxy "colorSelection" Source #
getColorSelectionDialogColorSelection :: (MonadIO m, IsColorSelectionDialog o) => o -> m Widget Source #
HelpButton
data ColorSelectionDialogHelpButtonPropertyInfo Source #
Instances
| AttrInfo ColorSelectionDialogHelpButtonPropertyInfo Source # | |
| type AttrSetTypeConstraint ColorSelectionDialogHelpButtonPropertyInfo Source # | |
| type AttrLabel ColorSelectionDialogHelpButtonPropertyInfo Source # | |
| type AttrGetType ColorSelectionDialogHelpButtonPropertyInfo Source # | |
| type AttrBaseTypeConstraint ColorSelectionDialogHelpButtonPropertyInfo Source # | |
| type AttrAllowedOps ColorSelectionDialogHelpButtonPropertyInfo Source # | |
colorSelectionDialogHelpButton :: AttrLabelProxy "helpButton" Source #
getColorSelectionDialogHelpButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget) Source #
OkButton
data ColorSelectionDialogOkButtonPropertyInfo Source #
Instances
| AttrInfo ColorSelectionDialogOkButtonPropertyInfo Source # | |
| type AttrSetTypeConstraint ColorSelectionDialogOkButtonPropertyInfo Source # | |
| type AttrLabel ColorSelectionDialogOkButtonPropertyInfo Source # | |
| type AttrGetType ColorSelectionDialogOkButtonPropertyInfo Source # | |
| type AttrBaseTypeConstraint ColorSelectionDialogOkButtonPropertyInfo Source # | |
| type AttrAllowedOps ColorSelectionDialogOkButtonPropertyInfo Source # | |
colorSelectionDialogOkButton :: AttrLabelProxy "okButton" Source #
getColorSelectionDialogOkButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget) Source #