Constructor

GtkColorChooserDialognew

since: 3.4

Declaration [src]

GtkWidget*
gtk_color_chooser_dialog_new (
  const gchar* title,
  GtkWindow* parent
)

Description [src]

Creates a new GtkColorChooserDialog.

Available since: 3.4

Parameters

title

Type: const gchar*

Title of the dialog, or NULL.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
parent

Type: GtkWindow

Transient parent of the dialog, or NULL.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: GtkWidget

A new GtkColorChooserDialog.

The data is owned by the called function.