control flow viewer, work in progress
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / CFV.h
index 41cd7d1b1de13fc97373c63cace818b290678161..9088e6e1328eb9d5d7759c9f9f5095f1c082f2f4 100644 (file)
@@ -1,10 +1,14 @@
 #ifndef _CFV_H
 #define _CFV_H
 
+#include <gtk/gtk.h>
+
 typedef struct _ControlFlowData ControlFlowData;
 
 /* Control Flow Data constructor */
 ControlFlowData *GuiControlFlow(void);
-
+void
+GuiControlFlow_Destructor(ControlFlowData *Control_Flow_Data);
+GtkWidget *GuiControlFlow_get_Widget(ControlFlowData *Control_Flow_Data);
 
 #endif // _CFV_H
This page took 0.023968 seconds and 4 git commands to generate.