gimpprocview
gimpprocview —
|
|
Synopsis
GtkWidget* gimp_proc_view_new (const gchar *name,
const gchar *menu_path,
const gchar *blurb,
const gchar *help,
const gchar *author,
const gchar *copyright,
const gchar *date,
GimpPDBProcType type,
gint n_params,
gint n_return_vals,
GimpParamDef *params,
GimpParamDef *return_vals);
Details
gimp_proc_view_new ()
GtkWidget* gimp_proc_view_new (const gchar *name,
const gchar *menu_path,
const gchar *blurb,
const gchar *help,
const gchar *author,
const gchar *copyright,
const gchar *date,
GimpPDBProcType type,
gint n_params,
gint n_return_vals,
GimpParamDef *params,
GimpParamDef *return_vals);
name : |
|
menu_path : |
|
blurb : |
|
help : |
|
author : |
|
copyright : |
|
date : |
|
type : |
|
n_params : |
|
n_return_vals : |
|
params : |
|
return_vals : |
|
Returns : |
|