X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fcallbacks.h;h=27ef9c288728bec50495ac3122ae81e0124c5a30;hb=91fd6881c35fd1146aafc67a803626f733cbeb14;hp=31589b387691129252aac1ec5459c4d841a4d9bf;hpb=9878c8a4ce727f8a542a836ed289f5eb365d3292;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.h index 31589b38..27ef9c28 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.h @@ -54,7 +54,11 @@ on_close_activate (GtkMenuItem *menuitem, gpointer user_data); void -on_close_tab_activate (GtkMenuItem *menuitem, +on_close_tab_X_clicked (GtkWidget *widget, + gpointer user_data); + +void +on_close_tab_activate (GtkWidget *widget, gpointer user_data); void @@ -133,6 +137,15 @@ void on_trace_facility_activate (GtkMenuItem *menuitem, gpointer user_data); +void +on_load_library_activate (GtkMenuItem *menuitem, + gpointer user_data); + +void +on_unload_library_activate (GtkMenuItem *menuitem, + gpointer user_data); + + void on_load_module_activate (GtkMenuItem *menuitem, gpointer user_data); @@ -142,7 +155,10 @@ on_unload_module_activate (GtkMenuItem *menuitem, gpointer user_data); void -on_add_module_search_path_activate (GtkMenuItem *menuitem, +on_add_library_search_path_activate (GtkMenuItem *menuitem, + gpointer user_data); +void +on_remove_library_search_path_activate (GtkMenuItem *menuitem, gpointer user_data); void