make precision correct when calling conversion between LttTime and double
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv-private.h
index 19361699027d082722421a79d01ed81692ecc671..d9b1596c7a09e6cc14fa6452c11ef665ebfee88d 100644 (file)
 
 struct _ControlFlowData {
 
-  GtkWidget *scrolled_window;
+  GtkWidget *top_widget;
   Tab *tab;
 
+  GtkWidget *box; /* box that contains the hpaned. necessary for it to work */
   GtkWidget *h_paned;
 
   ProcessList *process_list;
This page took 0.025046 seconds and 4 git commands to generate.