Plugins Menu functions completed
[lttv.git] / ltt / branches / poly / include / lttv / mainWindow.h
index ac5e98951ef5aaead5bcb0697f98a13f014778a3..c0213e8dfef3c62b49dbdf53b23699dc083ef0ea 100644 (file)
 #include <lttv/common.h>
 #include <lttv/gtkcustom.h>
 
+typedef struct _WindowCreationData {
+       int argc;
+       char ** argv;
+} WindowCreationData;
 
 struct _mainWindow{
   GtkWidget*      MWindow;            /* Main Window */
@@ -37,7 +41,8 @@ struct _mainWindow{
   tab * Tab;
   tab * CurrentTab;
   LttvIAttribute * Attributes;
+
+  WindowCreationData * winCreationData; 
 };
 
 
This page took 0.029774 seconds and 4 git commands to generate.