Constructor
GimpUiProcBrowserDialognew
Declaration [src]
GtkWidget*
gimp_proc_browser_dialog_new (
const gchar* title,
const gchar* role,
GimpHelpFunc help_func,
const gchar* help_id,
...
)
Description [src]
Create a new GimpProcBrowserDialog
.
Available since: | 2.4 |
This constructor is not directly available to language bindings |
Parameters
title |
const gchar* |
The dialog’s title. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
role |
const gchar* |
The dialog’s role, see gtk_window_set_role(). |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
help_func |
GimpHelpFunc |
The function which will be called if the user presses “F1”. |
|
help_id |
const gchar* |
The help_id which will be passed to |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
... |
|
A |
Return value
Returns: | GtkWidget |
A newly created |
|
The data is owned by the called function. |