![]() |
![]() |
![]() |
GIMP Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Signals |
GimpProcBrowserDialog; GtkWidget * gimp_proc_browser_dialog_new (const gchar *title
,const gchar *role
,GimpHelpFunc help_func
,const gchar *help_id
,...
); gchar * gimp_proc_browser_dialog_get_selected (GimpProcBrowserDialog *dialog
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----GimpDialog +----GimpProcBrowserDialog
GtkWidget * gimp_proc_browser_dialog_new (const gchar *title
,const gchar *role
,GimpHelpFunc help_func
,const gchar *help_id
,...
);
Create a new GimpProcBrowserDialog.
|
The dialog's title. |
|
The dialog's role, see gtk_window_set_role() . |
|
The function which will be called if the user presses "F1". |
|
The help_id which will be passed to help_func . |
|
A NULL -terminated list destribing the action_area buttons. |
Returns : |
a newly created GimpProcBrowserDialog. |
Since GIMP 2.4
gchar * gimp_proc_browser_dialog_get_selected
(GimpProcBrowserDialog *dialog
);
Retrieves the name of the currently selected procedure.
|
a GimpProcBrowserDialog |
Returns : |
The name of the selected procedure of NULL if no
procedure is selected. |
Since GIMP 2.4
"row-activated"
signalvoid user_function (GimpProcBrowserDialog *dialog,
gpointer user_data) : Run Last
Emitted when one of the rows in the contained GtkTreeView is activated.
|
the object that received the signal |
|
user data set when the signal handler was connected. |
"selection-changed"
signalvoid user_function (GimpProcBrowserDialog *dialog,
gpointer user_data) : Run Last
Emitted when the selection in the contained GtkTreeView changes.
|
the object that received the signal |
|
user data set when the signal handler was connected. |