X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fmainwindow-private.h;h=92b7d57ee4eaf8c88b64a87138aa91cd970acdb5;hb=f02b5e227b0a99bc0fcc62731b9224a44cfea7cf;hp=53a38ad9a6c5a9640432ecae2791f3c8ff1a4c2b;hpb=2d262115fc06b5ffb6038207a6d0c1d5f81763c2;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h index 53a38ad9..92b7d57e 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow-private.h @@ -27,9 +27,11 @@ #include #include #include -#include +//#include #include +#define SCROLL_STEP_PER_PAGE 10.0 + struct _TracesetInfo { //FIXME? TracesetContext and stats in same or different variable ? LttvTracesetStats * traceset_context; @@ -58,27 +60,60 @@ struct _MainWindow{ /* Attributes for trace reading hooks local to the main window */ LttvIAttribute * attributes; - Tab * tab; - Tab * current_tab; + //Tab * tab; + //Tab * current_tab; }; struct _Tab{ - GtkWidget * label; - GtkMultiVPaned * multi_vpaned; + GtkWidget *label; + + GtkWidget *vbox; /* contains viewer_container and scrollbar */ + //GtkWidget *multivpaned; + GtkWidget *viewer_container; + GtkWidget *scrollbar; + + /* Paste zones */ + GtkTooltips *tooltips; + + /* time bar */ + GtkWidget *MTimebar; + GtkWidget *MEventBox1a; + GtkWidget *MText1a; + GtkWidget *MEventBox1b; + GtkWidget *MText1b; + GtkWidget *MEntry1; + GtkWidget *MText2; + GtkWidget *MEntry2; + GtkWidget *MText3a; + GtkWidget *MEventBox3b; + GtkWidget *MText3b; + GtkWidget *MEntry3; + GtkWidget *MText4; + GtkWidget *MEntry4; + GtkWidget *MText5a; + GtkWidget *MEventBox5b; + GtkWidget *MText5b; + GtkWidget *MEntry5; + GtkWidget *MText6; + GtkWidget *MEntry6; + GtkWidget *MText7; // startTime is the left of the visible area. Corresponds to the scrollbar // value. // Time_Width is a zoom dependant value (corresponding to page size) TimeWindow time_window; + gboolean time_manager_lock; // The current time is the time selected in the visible area by the user, // not the scrollbar value. LttTime current_time; + gboolean current_time_manager_lock; + LttvIAttribute * attributes; - struct _Tab * next; + //struct _Tab * next; MainWindow * mw; /* Traceset related information */