output warning message when trying to convert between LttTime and double with precisi...
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv-private.h
index de324869f47d52ae4436b5231a008e7408e12cec..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;
This page took 0.025926 seconds and 4 git commands to generate.