retabulation 2 spaces
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / CFV-private.h
index 1a745026f452b4662029bd9e0d74881ce60d2f5a..108259af4d353b05fc7b484e39b1b772c05e5719 100644 (file)
@@ -5,33 +5,33 @@
 
 struct _ControlFlowData {
 
-       GtkWidget *Scrolled_Window_VC;
-       MainWindow *Parent_Window;
-
-       ProcessList *Process_List;
-       Drawing_t *Drawing;
-
-       //GtkWidget *HBox_V;
-       //GtkWidget *Inside_HBox_V;
-       GtkWidget *HPaned;
-               
-       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_VC;
+  MainWindow *Parent_Window;
+
+  ProcessList *Process_List;
+  Drawing_t *Drawing;
+
+  //GtkWidget *HBox_V;
+  //GtkWidget *Inside_HBox_V;
+  GtkWidget *HPaned;
+    
+  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;
 
 } ;
 
This page took 0.02476 seconds and 4 git commands to generate.