| GIMP Application Reference Manual | ||||
|---|---|---|---|---|
GimpViewableDialog;
GtkWidget* gimp_viewable_dialog_new (GimpViewable *viewable,
GimpContext *context,
const gchar *title,
const gchar *role,
const gchar *stock_id,
const gchar *desc,
GtkWidget *parent,
GimpHelpFunc help_func,
const gchar *help_id,
...);
void gimp_viewable_dialog_set_viewable (GimpViewableDialog *dialog,
GimpViewable *viewable,
GimpContext *context);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----GimpDialog +----GimpViewableDialog +----GimpColorDialog +----GimpToolDialog
"context" GimpContext* : Read / Write "description" gchar* : Write / Construct "parent" GtkWidget* : Write / Construct Only "stock-id" gchar* : Write / Construct Only "viewable" GimpViewable* : Read / Write
GtkWidget* gimp_viewable_dialog_new (GimpViewable *viewable, GimpContext *context, const gchar *title, const gchar *role, const gchar *stock_id, const gchar *desc, GtkWidget *parent, GimpHelpFunc help_func, const gchar *help_id, ...);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |
void gimp_viewable_dialog_set_viewable (GimpViewableDialog *dialog, GimpViewable *viewable, GimpContext *context);
|
|
|
|
|