X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWt.h;h=0828d0b9f0bbb36b797e1cca3682f646306fa59b;hb=c707b7a431df27af2590fcf837190ee4e5070107;hp=299878eb13d0a3f4c2fb6c66e2c7a691420eb6a8;hpb=1b7876d34a9cfbb96464c860fb671ccf375e343a;p=bbtk.git diff --git a/kernel/src/bbtkWt.h b/kernel/src/bbtkWt.h index 299878e..0828d0b 100644 --- a/kernel/src/bbtkWt.h +++ b/kernel/src/bbtkWt.h @@ -71,6 +71,9 @@ #include #include #include +#include +#include + //typedef boost::signals::trackable SignalObserver; // \BBTKWXSIG //=========================================================================== @@ -153,7 +156,7 @@ namespace bbtk typedef boost::signal 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)