put hpaned inside a box, makes it work.
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv-private.h
index 67d8413c2ac39848cbd752f48b2a67123d4335c8..d9b1596c7a09e6cc14fa6452c11ef665ebfee88d 100644 (file)
 
 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;
@@ -39,12 +40,6 @@ struct _ControlFlowData {
   //guint currently_Selected_Event  ;
   guint number_of_process;
 
-  /* hooks for trace read */
-  LttvHooks *event;
-  LttvHooks *after_event;
-  LttvHooks *after_traceset;
-  EventRequest *event_request;
-
 } ;
 
 
This page took 0.02409 seconds and 4 git commands to generate.