GtkColorChooserDialog

GtkColorChooserDialog — A dialog for choosing colors

Functions

Types and Values

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 gchar *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

Since: 3.4

Types and Values

struct GtkColorChooserDialog

struct GtkColorChooserDialog {
  GtkDialog parent_instance;
};

See Also

GtkColorChooser, GtkDialog