rev with foreground and background processing ok
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow-private.h
index 4ac1c0dfd18fe5dbaf1a8e69cdb5eb581d94199c..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;
@@ -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.
This page took 0.023453 seconds and 4 git commands to generate.