Gtk2HsContentsIndex
Graphics.UI.Gtk.Selectors.ColorSelectionDialog
Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net
Contents
Detail
Class Hierarchy
Types
Constructors
Description
A standard dialog box for selecting a color
Synopsis
data ColorSelectionDialog
class DialogClass o => ColorSelectionDialogClass o
castToColorSelectionDialog :: GObjectClass obj => obj -> ColorSelectionDialog
colorSelectionDialogNew :: String -> IO ColorSelectionDialog
Detail
The ColorSelectionDialog provides a standard dialog which allows the user to select a color much like the FileSelection provides a standard dialog for file selection.
Class Hierarchy
 |  GObject
 |   +----Object
 |         +----Widget
 |               +----Container
 |                     +----Bin
 |                           +----Window
 |                                 +----Dialog
 |                                       +----ColorSelectionDialog
 
Types
data ColorSelectionDialog
show/hide Instances
class DialogClass o => ColorSelectionDialogClass o
show/hide Instances
castToColorSelectionDialog :: GObjectClass obj => obj -> ColorSelectionDialog
Constructors
colorSelectionDialogNew
:: Stringtitle - a string containing the title text for the dialog.
-> IO ColorSelectionDialog
Creates a new ColorSelectionDialog.
Produced by Haddock version 0.7