![]() |
![]() |
![]() |
GIMP Application Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Signals |
GimpColorDialog; GtkWidget * gimp_color_dialog_new (GimpViewable *viewable
,GimpContext *context
,const gchar *title
,const gchar *stock_id
,const gchar *desc
,GtkWidget *parent
,GimpDialogFactory *dialog_factory
,const gchar *dialog_identifier
,const GimpRGB *color
,gboolean wants_update
,gboolean show_alpha
); void gimp_color_dialog_set_color (GimpColorDialog *dialog
,const GimpRGB *color
); void gimp_color_dialog_get_color (GimpColorDialog *dialog
,GimpRGB *color
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----GimpDialog +----GimpViewableDialog +----GimpColorDialog
GtkWidget * gimp_color_dialog_new (GimpViewable *viewable
,GimpContext *context
,const gchar *title
,const gchar *stock_id
,const gchar *desc
,GtkWidget *parent
,GimpDialogFactory *dialog_factory
,const gchar *dialog_identifier
,const GimpRGB *color
,gboolean wants_update
,gboolean show_alpha
);
void gimp_color_dialog_set_color (GimpColorDialog *dialog
,const GimpRGB *color
);
void gimp_color_dialog_get_color (GimpColorDialog *dialog
,GimpRGB *color
);
"update"
signalvoid user_function (GimpColorDialog *gimpcolordialog,
GimpRGB *arg1,
GimpColorDialogState arg2,
gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |