GtkColorSelectionDialog

Name

GtkColorSelectionDialog -- a standard dialog box for selecting a color.

Synopsis


#include <gtk/gtk.h>


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


Object Hierarchy


  GObject
   +----GtkObject
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GtkWindow
                                 +----GtkDialog
                                       +----GtkColorSelectionDialog

Implemented Interfaces

GtkColorSelectionDialog implements AtkImplementorIface.

Description

The GtkColorSelectionDialog provides a standard dialog which allows the user to select a color much like the GtkFileSelection provides a standard dialog for file selection.

Details

struct GtkColorSelectionDialog

struct GtkColorSelectionDialog;

The GtkColorSelectionDialog struct contains the following fields. (These fields should be considered read-only. They should never be set by an application.)


gtk_color_selection_dialog_new ()

GtkWidget*  gtk_color_selection_dialog_new  (const gchar *title);

Creates a new GtkColorSelectionDialog.

title :

a string containing the title text for the dialog.

Returns :

a GtkColorSelectionDialog.