Basics
Guides
API Reference
Basics
Guides
API Reference
[27:7] extends: object
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
[ctor@Gtk.ColorChooserWidget.new]. To change the initially selected color,
use [method@Gtk.ColorChooser.set_rgba]. To get the selected color use
[method@Gtk.ColorChooser.get_rgba]. The GtkColorChooserWidget is used in
the [class@Gtk.ColorChooserDialog] to provide a dialog for selecting colors.
GtkColorChooserWidget defines a set of built-in actions: -color.customize activates the color editor for the given color. -
color.select emits the [signal@Gtk.ColorChooser::color-activated] signal
for the given color. # CSS names GtkColorChooserWidget has a single CSS
node with name colorchooser.
ColorChooserWidget ()
Creates a new
GtkColorChooserWidget.
toNativeHandle (Source)
Normalizes a constructor argument into a raw pointer carrier. Accepts a raw NativeHandle, a raw NativeBuffer returned from
fn.call(...), another generated wrapper exposinghandle(), or null. Returns null when the argument carries no pointer.
Source is the raw handle, raw buffer, wrapper, or null.A raw pointer carrier or null when no pointer is present.getLib ()
Returns the opened native library for this generated wrapper.
The opened native library.handle ()
Returns the wrapped NativeHandle.
The wrapped NativeHandle.isNull ()
Returns true when the wrapped handle is null.
A bool.describe ()
Returns a small string for debugging generated wrappers.
A string.asWidget ()
Wraps this handle as
Widget.
A Widget object.asAccessible ()
Wraps this handle as
Accessible.
A Accessible object.asBuildable ()
Wraps this handle as
Buildable.
A Buildable object.asColorChooser ()
Wraps this handle as
ColorChooser.
A ColorChooser object.asConstraintTarget ()
Wraps this handle as
ConstraintTarget.
A ConstraintTarget object.getProperty (string Name)
Reads one generated property by name.
setProperty (string Name, Value)
Writes one generated property by name.
setShoweditor (bool Value)
%TRUE when the color chooser is showing the single-color editor. It can be set to switch the color chooser into single-color editing mode.
Value is the new property value.None.[170:14] static extends: object
Generated metadata helpers for ColorChooserWidget class surfaces.
properties ()
Returns property metadata for
ColorChooserWidget.
A list.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.