CFV-private.h attribute name change
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / CFV-private.h
index 822b194b144203f0487b3e3585fdb00da602f9bb..591d1aded20ac2ce66614ceccff4ab0298f155ae 100644 (file)
@@ -5,31 +5,22 @@
 
 struct _ControlFlowData {
 
-       GtkWidget *Scrolled_Window_VC;
-       
-       ProcessList *Process_List;
-       Drawing_t *Drawing;
-
-       //GtkWidget *HBox_V;
-       GtkWidget *Inside_HBox_V;
-
-       GtkAdjustment *VAdjust_C ;
-       
-       /* Trace information */
-       //TraceSet *Trace_Set;
-       //TraceStatistics *Trace_Statistics;
-       
-       /* Shown events information */
-       guint First_Event, Last_Event;
-       TimeWindow Time_Window;
-       LttTime Current_Time;
-       
-       
-       /* TEST DATA, TO BE READ FROM THE TRACE */
-       gint Number_Of_Events ;
-       guint Currently_Selected_Event  ;
-       gboolean Selected_Event ;
-       guint Number_Of_Process;
+  GtkWidget *scrolled_window;
+  MainWindow *mw;
+
+  ProcessList *process_list;
+  Drawing_t *Drawing;
+
+  GtkWidget *h_paned;
+    
+  GtkAdjustment *v_adjust ;
+  
+  /* Shown events information */
+  TimeWindow time_window;
+  LttTime current_time;
+  
+  //guint Currently_Selected_Event  ;
+  guint number_of_process;
 
 } ;
 
This page took 0.024233 seconds and 4 git commands to generate.