X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fcallbacks.h;h=348e47eae5210592902cecd34478b6120d8f1e9b;hb=20640e7057725a118fcca68e8675946561293a75;hp=c46c9254b099c04dfe5ae45ba5f4587b295e781c;hpb=6ced96ef9d5c1af6dbef8ef6e26f71ed6abdd676;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 c46c9254..348e47ea 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 @@ -182,6 +198,17 @@ on_button_add_trace_clicked (GtkButton *button, void on_button_remove_trace_clicked (GtkButton *button, gpointer user_data); +void +on_button_redraw_clicked (GtkButton *button, + gpointer user_data); + +void +on_button_continue_processing_clicked (GtkButton *button, + gpointer user_data); + +void +on_button_stop_processing_clicked (GtkButton *button, + gpointer user_data); void on_button_save_clicked (GtkButton *button, @@ -256,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);