X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxGUIScriptingInterface.h;h=eae05453b058be794984701f0d86c2d1a7233fd4;hb=f3d05516965aece323133928f72d85e38c2b0b71;hp=adb07731110be6b505884940aace96aed7662a3f;hpb=fb65ef0feb38b84723ea928ec3d3c056ba26274e;p=bbtk.git diff --git a/kernel/src/bbtkWxGUIScriptingInterface.h b/kernel/src/bbtkWxGUIScriptingInterface.h index adb0773..eae0545 100644 --- a/kernel/src/bbtkWxGUIScriptingInterface.h +++ b/kernel/src/bbtkWxGUIScriptingInterface.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkWxGUIScriptingInterface.h,v $ Language: C++ - Date: $Date: 2008/10/17 08:18:15 $ - Version: $Revision: 1.14 $ + Date: $Date: 2008/12/15 09:04:47 $ + Version: $Revision: 1.15 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -130,6 +130,7 @@ namespace bbtk // Interpreter callbacks bool InterpreterUserHasOwnHtmlPageViewer() { return true; } void InterpreterUserViewHtmlPage(const std::string&); + // void InterpreterUserOnBreak(); // WxGUICommand callbacks void WxGUICommandEnter(const std::string&); @@ -163,6 +164,8 @@ namespace bbtk wxMenuItem* mwxMenuItemReset; // wxButton* mwxButtonRun; + bool mBreaked; + public: