Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: ColorChooserWidget

[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.

Actions 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.

Members

  • handleObj
  • lib
  • retainedCallbacks
  • signalHandlerNames
  • signalSetterHandlers

Methods

  • 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 exposing handle(), or null. Returns null when the argument carries no pointer.

    • @p Source is the raw handle, raw buffer, wrapper, or null.
    • @r A raw pointer carrier or null when no pointer is present.
  • getLib ()

    Returns the opened native library for this generated wrapper.

    • @r The opened native library.
  • handle ()

    Returns the wrapped NativeHandle.

    • @r The wrapped NativeHandle.
  • isNull ()

    Returns true when the wrapped handle is null.

    • @r A bool.
  • describe ()

    Returns a small string for debugging generated wrappers.

    • @r A string.
  • asWidget ()

    Wraps this handle as Widget.

    • @r A Widget object.
  • asAccessible ()

    Wraps this handle as Accessible.

    • @r A Accessible object.
  • asBuildable ()

    Wraps this handle as Buildable.

    • @r A Buildable object.
  • asColorChooser ()

    Wraps this handle as ColorChooser.

    • @r A ColorChooser object.
  • asConstraintTarget ()

    Wraps this handle as ConstraintTarget.

    • @r 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.

    • @p Value is the new property value.
    • @r None.

class: ColorChooserWidgetMeta

[170:14] static extends: object

Generated metadata helpers for ColorChooserWidget class surfaces.

Methods

  • properties ()

    Returns property metadata for ColorChooserWidget.

    • @r A list.