gtk-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Gtk.DialogA standard dialog box for selecting a color.The ColorSelectionDialog provides a standard which allows the user to select a color much like the provides a standard dialog for file selection.Constructor
Pointer to the C object.
Internal constructorThis is an internal constructor, and should not be used by user code.Constructor
A title that will appear in the window's title bar.
The main way to construct a new color selector.PropertyGLib.Property("cancel-button")Gtk.ButtonA button for cancelling this dialogA standard .PropertyGLib.Property("color-selection")Gtk.ColorSelectionAn accessor to the actual ColorSelection widget.The ColorSelection component of this .All color-related functions are available using the methods on this property, such as .PropertyGLib.GTypeGType Property.a Returns the native value for .PropertyGLib.Property("help-button")Gtk.ButtonA button for providing help with this dialogA standard .PropertyGLib.Property("ok-button")Gtk.ButtonA button to confirm use of the selected color.A standard .