W3cubDocs

/GTK 4.0

GtkColorChooserDialog

GtkColorChooserDialog — A dialog for choosing colors

Properties

gboolean show-editor Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkWindow
                ╰── GtkDialog
                    ╰── GtkColorChooserDialog

Implemented Interfaces

GtkColorChooserDialog implements GtkAccessible, GtkBuildable, GtkConstraintTarget, GtkNative, GtkShortcutManager, GtkRoot and GtkColorChooser.

Includes

#include <gtk/gtk.h>

Description

The GtkColorChooserDialog widget is a dialog for choosing a color. It implements the GtkColorChooser interface.

Functions

gtk_color_chooser_dialog_new ()

GtkWidget *
gtk_color_chooser_dialog_new (const char *title,
                              GtkWindow *parent);

Creates a new GtkColorChooserDialog.

Parameters

title

Title of the dialog, or NULL.

[allow-none]

parent

Transient parent of the dialog, or NULL.

[allow-none]

Returns

a new GtkColorChooserDialog

Types and Values

GtkColorChooserDialog

typedef struct _GtkColorChooserDialog GtkColorChooserDialog;

Property Details

The “show-editor” property

  “show-editor”              gboolean

Show editor.

Owner: GtkColorChooserDialog

Flags: Read / Write

Default value: FALSE

© 2005–2020 The GNOME Project
Licensed under the GNU Lesser General Public License version 2.1 or later.
https://developer.gnome.org/gtk4/4.0/GtkColorChooserDialog.html