| Top | Description | Object Hierarchy | Implemented Interfaces | Properties |  |  |  |  | 
#include <gtk/gtk.h> struct GtkColorChooserDialog; GtkWidget * gtk_color_chooser_dialog_new (const gchar *title,GtkWindow *parent);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----GtkColorChooserDialog
GtkColorChooserDialog implements AtkImplementorIface, GtkBuildable and GtkColorChooser.
The GtkColorChooserDialog widget is a dialog for choosing a color. It implements the GtkColorChooser interface.
GtkWidget * gtk_color_chooser_dialog_new (const gchar *title,GtkWindow *parent);
Creates a new GtkColorChooserDialog.
| 
 | Title of the dialog, or NULL. [allow-none] | 
| 
 | Transient parent of the dialog, or NULL. [allow-none] | 
| Returns : | a new GtkColorChooserDialog | 
Since 3.4