CtkColorChooserDialog

CtkColorChooserDialog — A dialog for choosing colors

Functions

Properties

gboolean show-editor Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── CtkWidget
            ╰── CtkContainer
                ╰── CtkBin
                    ╰── CtkWindow
                        ╰── CtkDialog
                            ╰── CtkColorChooserDialog

Implemented Interfaces

CtkColorChooserDialog implements AtkImplementorIface, CtkBuildable and CtkColorChooser.

Includes

#include <ctk/ctk.h>

Description

The CtkColorChooserDialog widget is a dialog for choosing a color. It implements the CtkColorChooser interface.

Functions

ctk_color_chooser_dialog_new ()

CtkWidget *
ctk_color_chooser_dialog_new (const gchar *title,
                              CtkWindow *parent);

Creates a new CtkColorChooserDialog.

Parameters

title

Title of the dialog, or NULL.

[allow-none]

parent

Transient parent of the dialog, or NULL.

[allow-none]

Returns

a new CtkColorChooserDialog

Since: 3.4

Types and Values

struct CtkColorChooserDialog

struct CtkColorChooserDialog;

Property Details

The “show-editor” property

  “show-editor”              gboolean

Show editor.

Owner: CtkColorChooserDialog

Flags: Read / Write

Default value: FALSE

See Also

CtkColorChooser, CtkDialog