]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUIScriptingInterface.h
icons bbStudio
[bbtk.git] / kernel / src / bbtkWxGUIScriptingInterface.h
index adb07731110be6b505884940aace96aed7662a3f..8282731634991525f498237a062b0eb99fe932ac 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: 2009/04/15 15:45:49 $
+  Version:   $Revision: 1.16 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -130,13 +130,17 @@ namespace bbtk
     // Interpreter callbacks
     bool InterpreterUserHasOwnHtmlPageViewer() { return true; }
     void InterpreterUserViewHtmlPage(const std::string&);
+    //    void InterpreterUserOnBreak();
 
     // WxGUICommand callbacks
     void WxGUICommandEnter(const std::string&);
 
     // WxGUITextEditor callbacks
     void WxGUITextEditorRun();
-    
+       void WxGUITextEditorRunBBI();
+       void WxGUITextEditorGraphSimple();
+       void WxGUITextEditorGraphDetail();
+         
     // WxGUIHtmlBrowser callbacks
     bool WxGUIHtmlBrowserUserOnLinkClicked(const std::string& target);
 
@@ -163,6 +167,8 @@ namespace bbtk
     wxMenuItem* mwxMenuItemReset;
     //    wxButton* mwxButtonRun;
 
+    bool mBreaked;
+
   public: