![]() |
![]() |
![]() |
GIMP Library Reference Manual | ![]() |
---|
GimpProcBrowserDialogGimpProcBrowserDialog — |
GimpProcBrowserDialog; GtkWidget* gimp_proc_browser_dialog_new (void); gchar* gimp_proc_browser_dialog_get_selected (GimpProcBrowserDialog *dialog);
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----GimpDialog +----GimpProcBrowserDialog
"row-activated" void user_function (GimpProcBrowserDialog *dialog, gpointer user_data); "selection-changed" void user_function (GimpProcBrowserDialog *dialog, gpointer user_data);
gchar* gimp_proc_browser_dialog_get_selected (GimpProcBrowserDialog *dialog);
dialog : |
|
Returns : |
void 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. |
void 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. |
<< gimppatternmenu | gimpprocview >> |