X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fmainwindow-private.h;h=1f2edf2cf5b8bf07e966ee0210af409abc54ba48;hb=91fd6881c35fd1146aafc67a803626f733cbeb14;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..1f2edf2c 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,15 +60,19 @@ 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; // startTime is the left of the visible area. Corresponds to the scrollbar // value. @@ -78,7 +84,7 @@ struct _Tab{ LttTime current_time; LttvIAttribute * attributes; - struct _Tab * next; + //struct _Tab * next; MainWindow * mw; /* Traceset related information */