A standard dialog box to select a color.
GObject
`-- GtkObject
`-- GtkWidget
`-- GtkContainer
`-- GtkBin
`-- GtkWindow
`-- GtkDialog
`-- GtkColorSelectionDialog
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.
GtkColorSelectionDialog ([string title = null]);-- Creates a new GtkColorSelectionDialog.
cancel_button: The cancel button widget colorsel: GtkColorSelection widget of the dialog help_button: Help button widget. ok_button: OK button widget.