gi-gtk-3.0.17: Gtk bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gtk.Objects.ColorSelectionDialog

Contents

Description

 

Synopsis

Exported types

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

colorSelection

helpButton

okButton