GtkColorSelectionDialog

A standard dialog box to select a color.
Object Hierarchy
GObject
`-- GtkObject
      `-- GtkWidget
            `-- GtkContainer
                  `-- GtkBin
                        `-- GtkWindow
                              `-- GtkDialog
                                    `-- GtkColorSelectionDialog
Description
The GtkColorSelectionDialog provides a standard dialog box which allows the user to select a color. The dialog box implements the GtkColorSelection widget to enable the user to pick a color.
Constructors
GtkColorSelectionDialog ([string title = null]);-- Creates a new GtkColorSelectionDialog.
Fields
cancel_button: Â The cancel button widget colorsel: Â GtkColorSelection widget of the dialog help_button: Â Help button widget. ok_button: Â OK button widget.