GtkColorSelectionDialog

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.