whole new time bar, plus some additions to control flow viewer.. this is work in...
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow-private.h
index 1f2edf2cf5b8bf07e966ee0210af409abc54ba48..03a2726c74417d6f2e9d985f486d44d7edeebeef 100644 (file)
@@ -73,15 +73,36 @@ struct _Tab{
   //GtkWidget *multivpaned;
   GtkWidget *viewer_container;
   GtkWidget *scrollbar;
+
+  /* time bar */
+  GtkWidget *MTimebar;
+  GtkWidget *MText1;
+  GtkWidget *MEntry1;
+  GtkWidget *MText2;
+  GtkWidget *MEntry2;
+  GtkWidget *MText3a;
+  GtkWidget *MText3b;
+  GtkWidget *MEntry3;
+  GtkWidget *MText4;
+  GtkWidget *MEntry4;
+  GtkWidget *MText5a;
+  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;
This page took 0.024264 seconds and 4 git commands to generate.