GtkColorChooserWidget

The gtk.color_chooser_widget.ColorChooserWidget 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 create a gtk.color_chooser_widget.ColorChooserWidget, use gtk.color_chooser_widget.ColorChooserWidget.new_.

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

The gtk.color_chooser_widget.ColorChooserWidget is used in the gtk.color_chooser_dialog.ColorChooserDialog to provide a dialog for selecting colors.

CSS names

gtk.color_chooser_widget.ColorChooserWidget has a single CSS node with name colorchooser.

More...
struct GtkColorChooserWidget

Detailed Description

Deprecated: Direct use of gtk.color_chooser_widget.ColorChooserWidget is deprecated.