GtkColorSelectionDialog

GtkColorSelectionDialog

Synopsis

#include <gtk/gtk.h>

struct              GtkColorSelectionDialog;
GtkWidget *         gtk_color_selection_dialog_new      (const gchar *title);
GtkWidget *         gtk_color_selection_dialog_get_color_selection
                                                        (GtkColorSelectionDialog *colorsel);

Description

Details

struct GtkColorSelectionDialog

struct GtkColorSelectionDialog {
  GtkDialog parent_instance;
};


gtk_color_selection_dialog_new ()

GtkWidget *         gtk_color_selection_dialog_new      (const gchar *title);


gtk_color_selection_dialog_get_color_selection ()

GtkWidget *         gtk_color_selection_dialog_get_color_selection
                                                        (GtkColorSelectionDialog *colorsel);

Retrieves the GtkColorSelection widget embedded in the dialog.

colorsel :

a GtkColorSelectionDialog

Returns :

the embedded GtkColorSelection. [transfer none]

Since 2.14