[ CCode ( cname = "gimp_proc_browser_dialog_new" , has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "2.4" ) ]
public ProcBrowserDialog (string title, string role, HelpFunc help_func, string help_id, ...)
Create a new ProcBrowserDialog.
| title |
The dialog's title. |
| role |
The dialog's role, see set_role. |
| help_func |
The function which will be called if the user presses "F1". |
| help_id |
The help_id which will be passed to |
| ... |
A null-terminated list destribing the action_area buttons. |
|
a newly created ProcBrowserDialog. |