]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWtBlackBox.h
2498 BBTK FeatureNewNormal wt-version kernel
[bbtk.git] / kernel / src / bbtkWtBlackBox.h
index ba56e29df81f8d3c6294d91f30e22234cd198bdb..310a854bf2b7019bd5c5201a0c9bd2251d13c6d9 100644 (file)
@@ -75,12 +75,14 @@ namespace bbtk
   { 
   public:
     BBTK_BLACK_BOX_INTERFACE(WtBlackBox,bbtk::WidgetBlackBox<Wt::WContainerWidget>);
-
+    
          
     //  protected:
     
   public:
-  
+  /*   static std::string* jScript;
+    static void changeJScript(std::string newJScript){jScript=newJScript;};
+    static std::string getJScript(){return jScript;};*/
    //==================================================================    
     /// Callback for creating a Dialog window (modal)
     /// ** Must be defined ** in toolkit specific descendants