| ||||||||
| ||||||||
| ||||||||
Description | ||||||||
A standard dialog box for selecting a color | ||||||||
Synopsis | ||||||||
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 | ||||||||
class DialogClass o => ColorSelectionDialogClass o | ||||||||
| ||||||||
castToColorSelectionDialog :: GObjectClass obj => obj -> ColorSelectionDialog | ||||||||
gTypeColorSelectionDialog :: GType | ||||||||
toColorSelectionDialog :: ColorSelectionDialogClass o => o -> ColorSelectionDialog | ||||||||
Constructors | ||||||||
colorSelectionDialogNew | ||||||||
| ||||||||
Methods | ||||||||
colorSelectionDialogGetColor :: ColorSelectionDialog -> IO ColorSelection | ||||||||
Retrieve the ColorSelection object contained within the dialog. | ||||||||
colorSelectionDialogGetOkButton :: ColorSelectionDialog -> IO Button | ||||||||
Retrieve the OK button widget contained within the dialog. | ||||||||
colorSelectionDialogGetCancelButton :: ColorSelectionDialog -> IO Button | ||||||||
Retrieve the Cancel button widget contained within the dialog. | ||||||||
colorSelectionDialogGetHelpButton :: ColorSelectionDialog -> IO Button | ||||||||
Retrieve the Help button widget contained within the dialog. | ||||||||
Produced by Haddock version 2.4.2 |