gtk.color_chooser_widget

Module for [ColorChooserWidget] class

Types 3

The #GtkColorChooserWidget widget lets the user select a color. By default, the chooser presents a predefined palette of colors, plus a small number of settable custom colors. It is also possible to select a different color with the single-color editor. To enter the single-color editing mode, use the context menu of any color of the palette, or use the '+' button to add a new custom color.

The chooser automatically remembers the last selection, as well as custom colors.

To change the initially selected color, use [gtk.color_chooser.ColorChooser.setRgba]. To get the selected color use [gtk.color_chooser.ColorChooser.getRgba].

The #GtkColorChooserWidget is used in the #GtkColorChooserDialog to provide a dialog for selecting colors.

CSS names

GtkColorChooserWidget has a single CSS node with name colorchooser.

Methods
GType _gType() @property
ColorChooserWidget self()Returns `this`, for use in `with` statements.
ColorChooserWidgetGidBuilder builder()Get builder for [gtk.colorchooserwidget.ColorChooserWidget] Returns: New builder object
bool showEditor() @propertyGet `showEditor` property. Returns: The ::show-editor property is true when the color chooser is showing the single-color editor. It can be set to switch the color chooser into single-color editing...
void showEditor(bool propval) @propertySet `showEditor` property. Params: propval = The ::show-editor property is true when the color chooser is showing the single-color editor. It can be set to switch the color chooser into single-colo...
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #GtkColorChooserWidget. Returns: a new #GtkColorChooserWidget
Methods
T showEditor(bool propval)Set `showEditor` property. Params: propval = The ::show-editor property is true when the color chooser is showing the single-color editor. It can be set to switch the color chooser into single-colo...

Fluent builder for [gtk.color_chooser_widget.ColorChooserWidget]