Top |
GtkWidget * | gimp_proc_browser_dialog_new () |
gchar * | gimp_proc_browser_dialog_get_selected () |
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.
title |
The dialog's title. |
|
role |
The dialog's role, see |
|
help_func |
The function which will be called if the user presses "F1". |
|
help_id |
The help_id which will be passed to |
|
... |
A |
Since: 2.4
gchar *
gimp_proc_browser_dialog_get_selected (GimpProcBrowserDialog *dialog
);
Retrieves the name of the currently selected procedure.
Since: 2.4
“row-activated”
signalvoid user_function (GimpProcBrowserDialog *dialog, gpointer user_data)
Emitted when one of the rows in the contained GtkTreeView is activated.
dialog |
the object that received the signal |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“selection-changed”
signalvoid user_function (GimpProcBrowserDialog *dialog, gpointer user_data)
Emitted when the selection in the contained GtkTreeView changes.
dialog |
the object that received the signal |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last