X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fcallbacks.h;h=1bbd4fbf05a5c13a0e8673f23a8b01884d238b67;hb=a7804dbc9bd7727d426e78c977511c36bfc6af1c;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..1bbd4fbf 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.h @@ -23,10 +23,12 @@ void create_new_window(GtkWidget* widget, gpointer user_data, gboolean clone); void insert_menu_toolbar_item(MainWindow * mw, gpointer user_data); -void construct_main_window(MainWindow * parent); +MainWindow *construct_main_window(MainWindow * parent); void main_window_free(MainWindow * mw); void main_window_destructor(MainWindow * mw); +void create_main_window_with_trace_list(GSList *traces); + void insert_viewer_wrap(GtkWidget *menuitem, gpointer user_data); gboolean execute_events_requests(Tab *tab); @@ -137,6 +139,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 +157,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 +285,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);