add properties button and tab fixes
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv.h
index 3e469bab9514dca82d3eb6980f30426a363341c8..d5410cafea2bcddbfc9eb336116a348c809ab9f7 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <gtk/gtk.h>
 #include <lttvwindow/mainwindow.h>
+#include <lttv/filter.h>
 #include "processlist.h"
 
 extern GQuark LTT_NAME_CPU;
@@ -44,6 +45,8 @@ struct _ControlFlowData {
   Tab *tab;
 
   GtkWidget *box; /* box that contains the hpaned. necessary for it to work */
+  GtkWidget *toolbar; /* Vbox that contains the viewer's toolbar */
+  GtkWidget *button_prop; /* Properties button. */
   GtkWidget *h_paned;
 
   ProcessList *process_list;
@@ -60,10 +63,12 @@ struct _ControlFlowData {
   guint background_info_waiting; /* Number of background requests waited for
                                     in order to have all the info ready. */
 
+  LttvFilter *filter;
+
 } ;
 
 /* Control Flow Data constructor */
-ControlFlowData *guicontrolflow(void);
+ControlFlowData *guicontrolflow(Tab *tab);
 void
 guicontrolflow_destructor_full(ControlFlowData *control_flow_data);
 void
This page took 0.023962 seconds and 4 git commands to generate.