X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fcallbacks.h;h=348e47eae5210592902cecd34478b6120d8f1e9b;hb=45653836d75635b5b841d0d03f1f0789348adc56;hp=81425a3d34100ee12aade39983239f52cc0eba6e;hpb=27a559b9b1ddb82a0c8452046366cde8112a6a98;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 81425a3d..348e47ea 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.h @@ -137,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); @@ -146,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 @@ -271,4 +283,31 @@ on_MNotebook_switch_page (GtkNotebook *notebook, guint page_num, gpointer user_data); + +void +on_MEntry1_value_changed (GtkSpinButton *spinbutton, + gpointer user_data); +void +on_MEntry2_value_changed (GtkSpinButton *spinbutton, + gpointer user_data); +void +on_MEntry3_value_changed (GtkSpinButton *spinbutton, + gpointer user_data); +void +on_MEntry4_value_changed (GtkSpinButton *spinbutton, + gpointer user_data); +void +on_MEntry5_value_changed (GtkSpinButton *spinbutton, + gpointer user_data); +void +on_MEntry6_value_changed (GtkSpinButton *spinbutton, + gpointer user_data); + + +void time_change_manager (Tab *tab, + TimeWindow new_time_window); + +void current_time_change_manager (Tab *tab, + LttTime new_current_time); + gboolean execute_time_requests(MainWindow * mw);