gtk.color_chooser_dialog

Module for [ColorChooserDialog] class

Types 3

The #GtkColorChooserDialog widget is a dialog for choosing a color. It implements the #GtkColorChooser interface.

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
ColorChooserDialog self() nothrowReturns `this`, for use in `with` statements.
ColorChooserDialogGidBuilder builder() static nothrowGet builder for [gtk.color_chooser_dialog.ColorChooserDialog] Returns: New builder object
bool showEditor() @property nothrow
void showEditor(bool propval) @property nothrow
Constructors
this(void * ptr, Flag!"Take" take)
this(string title = null, gtk.window.Window parent = null)Creates a new #GtkColorChooserDialog.