make precision correct when calling conversion between LttTime and double
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv-private.h
index 291c129fc04e105800785b3780338239e459ad86..d9b1596c7a09e6cc14fa6452c11ef665ebfee88d 100644 (file)
 #ifndef _CFV_PRIVATE_H
 #define _CFV_PRIVATE_H
 
+
 struct _ControlFlowData {
 
-  GtkWidget *scrolled_window;
-  MainWindow *mw;
+  GtkWidget *top_widget;
+  Tab *tab;
 
+  GtkWidget *box; /* box that contains the hpaned. necessary for it to work */
   GtkWidget *h_paned;
 
   ProcessList *process_list;
@@ -32,8 +34,8 @@ struct _ControlFlowData {
   GtkAdjustment *v_adjust ;
   
   /* Shown events information */
-  TimeWindow time_window;
-  LttTime current_time;
+//  TimeWindow time_window;
+//  LttTime current_time;
   
   //guint currently_Selected_Event  ;
   guint number_of_process;
This page took 0.022636 seconds and 4 git commands to generate.