CtkColorChooserWidget

CtkColorChooserWidget — A widget for choosing colors

Functions

Properties

gboolean show-editor Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── CtkWidget
            ╰── CtkContainer
                ╰── CtkBox
                    ╰── CtkColorChooserWidget

Implemented Interfaces

CtkColorChooserWidget implements AtkImplementorIface, CtkBuildable, CtkOrientable and CtkColorChooser.

Includes

#include <ctk/ctk.h>

Description

The CtkColorChooserWidget 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 change the initially selected color, use ctk_color_chooser_set_rgba(). To get the selected color use ctk_color_chooser_get_rgba().

The CtkColorChooserWidget is used in the CtkColorChooserDialog to provide a dialog for selecting colors.

CSS names

CtkColorChooserWidget has a single CSS node with name colorchooser.

Functions

ctk_color_chooser_widget_new ()

CtkWidget *
ctk_color_chooser_widget_new (void);

Creates a new CtkColorChooserWidget.

Returns

a new CtkColorChooserWidget

Since: 3.4

Types and Values

struct CtkColorChooserWidget

struct CtkColorChooserWidget;

struct CtkColorChooserWidgetClass

struct CtkColorChooserWidgetClass {
  CtkBoxClass parent_class;
};

Members

Property Details

The “show-editor” property

  “show-editor”              gboolean

The ::show-editor property is 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.

Owner: CtkColorChooserWidget

Flags: Read / Write

Default value: FALSE

Since: 3.4

See Also

CtkColorChooserDialog