compile fix
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv.h
index f828c5d932493c010677bac3d278fd9dc5612320..0d2ca3323a58c0be78f6caa799f4f7773060525b 100644 (file)
 #include <lttvwindow/mainwindow.h>
 #include "processlist.h"
 
+
+struct _ControlFlowData {
+
+  GtkWidget *top_widget;
+  Tab *tab;
+
+  GtkWidget *box; /* box that contains the hpaned. necessary for it to work */
+  GtkWidget *h_paned;
+
+  ProcessList *process_list;
+
+  Drawing_t *drawing;
+  GtkAdjustment *v_adjust ;
+  
+  /* Shown events information */
+//  TimeWindow time_window;
+//  LttTime current_time;
+  
+  //guint currently_Selected_Event  ;
+  guint number_of_process;
+  guint background_info_waiting; /* Number of background requests waited for
+                                    in order to have all the info ready. */
+
+} ;
+
+
+
+
 typedef struct _ControlFlowData ControlFlowData;
 
 /* Control Flow Data constructor */
This page took 0.025553 seconds and 4 git commands to generate.