gtk.color_selection_dialog

Module for [ColorSelectionDialog] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
ColorSelectionDialog self() nothrowReturns `this`, for use in `with` statements.
ColorSelectionDialogGidBuilder builder() static nothrowGet builder for [gtk.color_selection_dialog.ColorSelectionDialog] Returns: New builder object
gtk.widget.Widget cancelButton() @property nothrow
gtk.widget.Widget colorSelection() @property nothrow
gtk.widget.Widget helpButton() @property nothrow
gtk.widget.Widget okButton() @property nothrow
gtk.widget.Widget getColorSelection() nothrowRetrieves the #GtkColorSelection widget embedded in the dialog. Returns: the embedded #GtkColorSelection
Constructors
this(void * ptr, Flag!"Take" take)
this(string title)Creates a new #GtkColorSelectionDialog.