ColorChooserWidget


Object Hierarchy:

Gtk.ColorChooserWidget Gtk.ColorChooserWidget Gtk.ColorChooserWidget Gtk.Widget Gtk.Widget Gtk.Widget->Gtk.ColorChooserWidget GLib.InitiallyUnowned GLib.InitiallyUnowned GLib.InitiallyUnowned->Gtk.Widget GLib.Object GLib.Object GLib.Object->GLib.InitiallyUnowned Gtk.Accessible Gtk.Accessible Gtk.Accessible->Gtk.ColorChooserWidget Gtk.Accessible->Gtk.Widget Gtk.Buildable Gtk.Buildable Gtk.Buildable->Gtk.ColorChooserWidget Gtk.Buildable->Gtk.Widget Gtk.ConstraintTarget Gtk.ConstraintTarget Gtk.ConstraintTarget->Gtk.ColorChooserWidget Gtk.ConstraintTarget->Gtk.Widget Gtk.ColorChooser Gtk.ColorChooser Gtk.ColorChooser->Gtk.ColorChooserWidget

Description:

[ CCode ( type_id = "gtk_color_chooser_widget_get_type ()" ) ]
public class ColorChooserWidget : Widget, Accessible, Buildable, ColorChooser, ConstraintTarget

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 create a `GtkColorChooserWidget`, use [[email protected]].

To change the initially selected color, use [[email protected]_rgba]. To get the selected color use [ [email protected]_rgba].

The `GtkColorChooserWidget` is used in the [[email protected]] to provide a dialog for selecting colors.

CSS names

`GtkColorChooserWidget` has a single CSS node with name colorchooser.


Namespace: Gtk
Package: gtk4

Content:

Properties:

Creation methods:

Inherited Members:

All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Gtk.ColorChooser



2022 vala-language.org