Gtk.ColorChooserWidget
const Gtk = imports.gi.Gtk;
let color_chooser_widget = new Gtk.ColorChooserWidget({
show_editor: value,
});
The Gtk.ColorChooserWidget widget lets the user select a color. By default, the chooser presents a prefined 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.ColorChooser.prototype.set_rgba. To get the selected font use Gtk.ColorChooser.prototype.get_rgba.
The Gtk.ColorChooserWidget is used in the Gtk.ColorChooserDialog to provide a dialog for selecting colors.
Hierarchy
-
GObject.Object
-
GObject.InitiallyUnowned
-
Gtk.Widget
-
Gtk.Container
-
Gtk.Box
- Gtk.ColorChooserWidget
-
-
-
-