| 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 :: (MonadIO m, IsColorSelectionDialog o) => o -> m ColorSelectionDialog
- noColorSelectionDialog :: Maybe 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 #
Constructors
| ColorSelectionDialog (ManagedPtr ColorSelectionDialog) |
Instances
class GObject o => IsColorSelectionDialog o Source #
toColorSelectionDialog :: (MonadIO m, IsColorSelectionDialog o) => o -> m ColorSelectionDialog Source #
Methods
getColorSelection
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
getColorSelectionDialogCancelButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget) Source #
colorSelection
getColorSelectionDialogColorSelection :: (MonadIO m, IsColorSelectionDialog o) => o -> m Widget Source #
helpButton
getColorSelectionDialogHelpButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget) Source #
okButton
getColorSelectionDialogOkButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget) Source #