gi-gtk-3.0.35: Gtk bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.ColorSelectionDialog

Description

No description available in the introspection data.

Synopsis

Exported types

newtype ColorSelectionDialog Source #

Memory-managed wrapper type.

Constructors

ColorSelectionDialog (ManagedPtr ColorSelectionDialog) 

Instances

Instances details
Eq ColorSelectionDialog Source # 
Instance details

Defined in GI.Gtk.Objects.ColorSelectionDialog

GObject ColorSelectionDialog Source # 
Instance details

Defined in GI.Gtk.Objects.ColorSelectionDialog

ManagedPtrNewtype ColorSelectionDialog Source # 
Instance details

Defined in GI.Gtk.Objects.ColorSelectionDialog

TypedObject ColorSelectionDialog Source # 
Instance details

Defined in GI.Gtk.Objects.ColorSelectionDialog

Methods

glibType :: IO GType

IsGValue ColorSelectionDialog Source #

Convert ColorSelectionDialog to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ColorSelectionDialog

Methods

toGValue :: ColorSelectionDialog -> IO GValue

fromGValue :: GValue -> IO ColorSelectionDialog

HasParentTypes ColorSelectionDialog Source # 
Instance details

Defined in GI.Gtk.Objects.ColorSelectionDialog

type ParentTypes ColorSelectionDialog Source # 
Instance details

Defined in GI.Gtk.Objects.ColorSelectionDialog

type ParentTypes ColorSelectionDialog = '[Dialog, Window, Bin, Container, Widget, Object, ImplementorIface, Buildable]

class (GObject o, IsDescendantOf ColorSelectionDialog o) => IsColorSelectionDialog o Source #

Type class for types which can be safely cast to ColorSelectionDialog, for instance with toColorSelectionDialog.

Instances

Instances details
(GObject o, IsDescendantOf ColorSelectionDialog o) => IsColorSelectionDialog o Source # 
Instance details

Defined in GI.Gtk.Objects.ColorSelectionDialog

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.

Methods

Overloaded methods

getColorSelection

colorSelectionDialogGetColorSelection Source #

Arguments

:: (HasCallStack, MonadIO m, IsColorSelectionDialog a) 
=> a

colorsel: a ColorSelectionDialog

-> m Widget

Returns: the embedded ColorSelection

Retrieves the ColorSelection widget embedded in the dialog.

Since: 2.14

new

colorSelectionDialogNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Text

title: a string containing the title text for the dialog.

-> m ColorSelectionDialog

Returns: a ColorSelectionDialog.

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