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 |
No description available in the introspection data.
Synopsis
- 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 #
Memory-managed wrapper type.
Instances
class GObject o => IsColorSelectionDialog o Source #
Type class for types which can be safely cast to ColorSelectionDialog
, for instance with toColorSelectionDialog
.
Instances
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
.
noColorSelectionDialog :: Maybe ColorSelectionDialog Source #
A convenience alias for Nothing
:: Maybe
ColorSelectionDialog
.
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