]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWt.h
2498 BBTK FeatureNewNormal wt-version kernel
[bbtk.git] / kernel / src / bbtkWt.h
index 299878eb13d0a3f4c2fb6c66e2c7a691420eb6a8..0828d0b9f0bbb36b797e1cca3682f646306fa59b 100644 (file)
@@ -71,6 +71,9 @@
 #include <Wt/WRadioButton>
 #include <Wt/Ext/Splitter>
 #include <Wt/WTabWidget>
+#include <Wt/WFileUpload>
+#include <Wt/WLength>
+
 //typedef boost::signals::trackable SignalObserver;
 // \BBTKWXSIG
 //===========================================================================
@@ -153,7 +156,7 @@ namespace bbtk
     typedef boost::signal<void ()>  Signal_type;
     typedef Signal_type::slot_function_type Slot_function_type;
     // \BBTKWXSIG
-
+               
     /*
     static void ResetCursor();
     static void BeginBusyCursor(); 
@@ -199,6 +202,9 @@ namespace bbtk
   //==================================================================
   
 #ifdef USE_WT
+
+
+       static std::string jScript;
   //==================================================================
   /// Conversion std::string to wxString 
   inline Wt::WString std2wt(const std::string& s)