Class

GtkColorChooserWidget

deprecated: 4.10 

[]

Description [src]

final class Gtk.ColorChooserWidget : Gtk.Widget
  implements Gtk.Accessible, Gtk.Buildable, Gtk.ColorChooser, Gtk.ConstraintTarget {
  /* No available fields */
}

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 gtk_color_chooser_widget_new().

To change the initially selected color, use gtk_color_chooser_set_rgba(). To get the selected color use gtk_color_chooser_get_rgba().

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

Actions

GtkColorChooserWidget defines a set of built-in actions:

CSS names

GtkColorChooserWidget has a single CSS node with name colorchooser.

Deprecated since: 4.10

Direct use of GtkColorChooserWidget is deprecated.

[]

Hierarchy

hierarchy this GtkColorChooserWidget implements_0 GtkAccessible this--implements_0 implements_1 GtkBuildable this--implements_1 implements_2 GtkColorChooser this--implements_2 implements_3 GtkConstraintTarget this--implements_3 ancestor_0 GtkWidget ancestor_0--this ancestor_1 GInitiallyUnowned ancestor_1--ancestor_0 ancestor_2 GObject ancestor_2--ancestor_1
[]

Constructors

gtk_color_chooser_widget_new

Creates a new GtkColorChooserWidget.

[]

Instance methods

Methods inherited from GtkWidget (164)
Methods inherited from GObject (43)
Methods inherited from GtkAccessible (20)
Methods inherited from GtkBuildable (1)
Methods inherited from GtkColorChooser (5)
[]

Properties

Gtk.ColorChooserWidget:show-editor

TRUE when the color chooser is showing the single-color editor.

Properties inherited from GtkWidget (35)
Properties inherited from GtkAccessible (1)
Properties inherited from GtkColorChooser (2)
[]

Signals

Signals inherited from GtkWidget (13)
Signals inherited from GObject (1)
Signals inherited from GtkColorChooser (1)