use hpaned for control flow viewer
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / CFV-private.h
index 822b194b144203f0487b3e3585fdb00da602f9bb..1a745026f452b4662029bd9e0d74881ce60d2f5a 100644 (file)
@@ -6,13 +6,15 @@
 struct _ControlFlowData {
 
        GtkWidget *Scrolled_Window_VC;
-       
+       MainWindow *Parent_Window;
+
        ProcessList *Process_List;
        Drawing_t *Drawing;
 
        //GtkWidget *HBox_V;
-       GtkWidget *Inside_HBox_V;
-
+       //GtkWidget *Inside_HBox_V;
+       GtkWidget *HPaned;
+               
        GtkAdjustment *VAdjust_C ;
        
        /* Trace information */
This page took 0.045899 seconds and 4 git commands to generate.