A standard dialog box for selecting a color
Class GtkColorSelectionDialog( title )
| title | a string containing the title text for the dialog (or nil). |
The GtkColorSelectionDialog provides a standard dialog which allows the user to select a color much like the GtkFileSelection provides a standard dialog for file selection.
[...]
| Methods | |
| get_color_selection | Retrieves the GtkColorSelection widget embedded in the dialog. |
Retrieves the GtkColorSelection widget embedded in the dialog.
GtkColorSelectionDialog.get_color_selection()
| Return | the embedded GtkColorSelection. |