| 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 => ColorSelectionDialogK o
- toColorSelectionDialog :: ColorSelectionDialogK o => o -> IO ColorSelectionDialog
- noColorSelectionDialog :: Maybe ColorSelectionDialog
- colorSelectionDialogGetColorSelection :: (MonadIO m, ColorSelectionDialogK a) => a -> m Widget
- colorSelectionDialogNew :: MonadIO m => Text -> m ColorSelectionDialog
- data ColorSelectionDialogCancelButtonPropertyInfo
- getColorSelectionDialogCancelButton :: (MonadIO m, ColorSelectionDialogK o) => o -> m Widget
- data ColorSelectionDialogColorSelectionPropertyInfo
- getColorSelectionDialogColorSelection :: (MonadIO m, ColorSelectionDialogK o) => o -> m Widget
- data ColorSelectionDialogHelpButtonPropertyInfo
- getColorSelectionDialogHelpButton :: (MonadIO m, ColorSelectionDialogK o) => o -> m Widget
- data ColorSelectionDialogOkButtonPropertyInfo
- getColorSelectionDialogOkButton :: (MonadIO m, ColorSelectionDialogK o) => o -> m Widget
Exported types
newtype ColorSelectionDialog Source
Constructors
| ColorSelectionDialog (ForeignPtr ColorSelectionDialog) |
class GObject o => ColorSelectionDialogK o Source
Instances
Methods
colorSelectionDialogGetColorSelection
colorSelectionDialogGetColorSelection :: (MonadIO m, ColorSelectionDialogK a) => a -> m Widget Source
colorSelectionDialogNew
colorSelectionDialogNew :: MonadIO m => Text -> m ColorSelectionDialog Source
Properties
CancelButton
data ColorSelectionDialogCancelButtonPropertyInfo Source
Instances
| AttrInfo ColorSelectionDialogCancelButtonPropertyInfo Source | |
| type AttrLabel ColorSelectionDialogCancelButtonPropertyInfo = "ColorSelectionDialog::cancel-button" Source | |
| type AttrGetType ColorSelectionDialogCancelButtonPropertyInfo = Widget Source | |
| type AttrBaseTypeConstraint ColorSelectionDialogCancelButtonPropertyInfo = ColorSelectionDialogK Source | |
| type AttrSetTypeConstraint ColorSelectionDialogCancelButtonPropertyInfo = * ~ () Source | |
| type AttrAllowedOps ColorSelectionDialogCancelButtonPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source |
getColorSelectionDialogCancelButton :: (MonadIO m, ColorSelectionDialogK o) => o -> m Widget Source
ColorSelection
data ColorSelectionDialogColorSelectionPropertyInfo Source
Instances
| AttrInfo ColorSelectionDialogColorSelectionPropertyInfo Source | |
| type AttrLabel ColorSelectionDialogColorSelectionPropertyInfo = "ColorSelectionDialog::color-selection" Source | |
| type AttrGetType ColorSelectionDialogColorSelectionPropertyInfo = Widget Source | |
| type AttrBaseTypeConstraint ColorSelectionDialogColorSelectionPropertyInfo = ColorSelectionDialogK Source | |
| type AttrSetTypeConstraint ColorSelectionDialogColorSelectionPropertyInfo = * ~ () Source | |
| type AttrAllowedOps ColorSelectionDialogColorSelectionPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source |
getColorSelectionDialogColorSelection :: (MonadIO m, ColorSelectionDialogK o) => o -> m Widget Source
HelpButton
data ColorSelectionDialogHelpButtonPropertyInfo Source
Instances
| AttrInfo ColorSelectionDialogHelpButtonPropertyInfo Source | |
| type AttrLabel ColorSelectionDialogHelpButtonPropertyInfo = "ColorSelectionDialog::help-button" Source | |
| type AttrGetType ColorSelectionDialogHelpButtonPropertyInfo = Widget Source | |
| type AttrBaseTypeConstraint ColorSelectionDialogHelpButtonPropertyInfo = ColorSelectionDialogK Source | |
| type AttrSetTypeConstraint ColorSelectionDialogHelpButtonPropertyInfo = * ~ () Source | |
| type AttrAllowedOps ColorSelectionDialogHelpButtonPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source |
getColorSelectionDialogHelpButton :: (MonadIO m, ColorSelectionDialogK o) => o -> m Widget Source
OkButton
data ColorSelectionDialogOkButtonPropertyInfo Source
Instances
| AttrInfo ColorSelectionDialogOkButtonPropertyInfo Source | |
| type AttrLabel ColorSelectionDialogOkButtonPropertyInfo = "ColorSelectionDialog::ok-button" Source | |
| type AttrGetType ColorSelectionDialogOkButtonPropertyInfo = Widget Source | |
| type AttrBaseTypeConstraint ColorSelectionDialogOkButtonPropertyInfo = ColorSelectionDialogK Source | |
| type AttrSetTypeConstraint ColorSelectionDialogOkButtonPropertyInfo = * ~ () Source | |
| type AttrAllowedOps ColorSelectionDialogOkButtonPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source |
getColorSelectionDialogOkButton :: (MonadIO m, ColorSelectionDialogK o) => o -> m Widget Source