X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWtBlackBox.h;fp=kernel%2Fsrc%2FbbtkWtBlackBox.h;h=310a854bf2b7019bd5c5201a0c9bd2251d13c6d9;hb=c707b7a431df27af2590fcf837190ee4e5070107;hp=ba56e29df81f8d3c6294d91f30e22234cd198bdb;hpb=1b7876d34a9cfbb96464c860fb671ccf375e343a;p=bbtk.git diff --git a/kernel/src/bbtkWtBlackBox.h b/kernel/src/bbtkWtBlackBox.h index ba56e29..310a854 100644 --- a/kernel/src/bbtkWtBlackBox.h +++ b/kernel/src/bbtkWtBlackBox.h @@ -75,12 +75,14 @@ namespace bbtk { public: BBTK_BLACK_BOX_INTERFACE(WtBlackBox,bbtk::WidgetBlackBox); - + // 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