change window name and size
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow-private.h
index 53a38ad9a6c5a9640432ecae2791f3c8ff1a4c2b..1f2edf2cf5b8bf07e966ee0210af409abc54ba48 100644 (file)
 #include <lttv/tracecontext.h>
 #include <lttv/hook.h>
 #include <lttv/stats.h>
-#include <lttvwindow/gtkmultivpaned.h>
+//#include <lttvwindow/gtkmultivpaned.h>
 #include <lttvwindow/mainwindow.h>
 
+#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 */
This page took 0.023131 seconds and 4 git commands to generate.