]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWtBlackBox.h
2498 BBTK Feature New Normal wt-version kernel
[bbtk.git] / kernel / src / bbtkWtBlackBox.h
index 3d5f1436e5b581927d94565fa8bb3edd1c2754fb..ba56e29df81f8d3c6294d91f30e22234cd198bdb 100644 (file)
@@ -98,6 +98,7 @@ namespace bbtk
     Wt::WContainerWidget* bbGetWindow() { return bbmWindow; }
     void bbSetWindow(Wt::WContainerWidget*) ;
     bool bbWindowIsCreated() { return (bbGetWindow() != 0); }
+   // Wt::WApplication *createApplication(const Wt::WEnvironment& env);
     //==================================================================    
 
 
@@ -110,7 +111,8 @@ namespace bbtk
     //==================================================================    
 
   private:
-
+    
+    Wt::WApplication* bbApp;
     Wt::WContainerWidget* bbmWindow;
  
   };