X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fmainwindow-private.h;h=1f2edf2cf5b8bf07e966ee0210af409abc54ba48;hb=b052368a0d53ff62ed9110fbafdb857a2b034ca8;hp=4ac1c0dfd18fe5dbaf1a8e69cdb5eb581d94199c;hpb=51705146eabfc882972ca6bc815dc78addcee896;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 4ac1c0df..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; @@ -65,8 +67,12 @@ struct _MainWindow{ 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.