| GIMP Library Reference Manual | |||
|---|---|---|---|
| <<< Previous Page | Home | Up | Next Page >>> |
GtkWidget* gimp_dialog_new (const gchar *title, const gchar *wmclass_name, GimpHelpFunc help_func, gchar *help_data, GtkWindowPosition position, gint allow_shrink, gint allow_grow, gint auto_shrink, ...); GtkWidget* gimp_dialog_newv (const gchar *title, const gchar *wmclass_name, GimpHelpFunc help_func, gchar *help_data, GtkWindowPosition position, gint allow_shrink, gint allow_grow, gint auto_shrink, va_list args); void gimp_dialog_set_icon (GtkWidget *dialog); void gimp_dialog_create_action_area (GtkDialog *dialog, ...); void gimp_dialog_create_action_areav (GtkDialog *dialog, va_list args); |
GtkWidget* gimp_dialog_new (const gchar *title,
const gchar *wmclass_name,
GimpHelpFunc help_func,
gchar *help_data,
GtkWindowPosition position,
gint allow_shrink,
gint allow_grow,
gint auto_shrink,
...); |
| title : | |
| wmclass_name : | |
| help_func : | |
| help_data : | |
| position : | |
| allow_shrink : | |
| allow_grow : | |
| auto_shrink : | |
| ... : | |
| Returns : |
GtkWidget* gimp_dialog_newv (const gchar *title,
const gchar *wmclass_name,
GimpHelpFunc help_func,
gchar *help_data,
GtkWindowPosition position,
gint allow_shrink,
gint allow_grow,
gint auto_shrink,
va_list args); |
| title : | |
| wmclass_name : | |
| help_func : | |
| help_data : | |
| position : | |
| allow_shrink : | |
| allow_grow : | |
| auto_shrink : | |
| args : | |
| Returns : |
void gimp_dialog_create_action_area (GtkDialog *dialog,
...); |
| dialog : | |
| ... : |