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.