]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUIScriptingInterface.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkWxGUIScriptingInterface.h
index adb07731110be6b505884940aace96aed7662a3f..eae05453b058be794984701f0d86c2d1a7233fd4 100644 (file)
@@ -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: