X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxGUIScriptingInterface.h;h=37bbe3d7b2e1f7b98f193a5452746ae70d74fce6;hb=6ac9074f717f22c4ffdc6a70d0704c1b1f8fe842;hp=eae05453b058be794984701f0d86c2d1a7233fd4;hpb=f3d05516965aece323133928f72d85e38c2b0b71;p=bbtk.git diff --git a/kernel/src/bbtkWxGUIScriptingInterface.h b/kernel/src/bbtkWxGUIScriptingInterface.h index eae0545..37bbe3d 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/12/15 09:04:47 $ - Version: $Revision: 1.15 $ + Date: $Date: 2009/05/28 08:12:07 $ + Version: $Revision: 1.17 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -137,13 +137,18 @@ namespace bbtk // WxGUITextEditor callbacks void WxGUITextEditorRun(); - + void WxGUITextEditorRunBBI(); + void WxGUITextEditorGraphSimple(); + void WxGUITextEditorGraphDetail(); + // WxGUIHtmlBrowser callbacks bool WxGUIHtmlBrowserUserOnLinkClicked(const std::string& target); void DoRegeneratePackageDoc(const std::string& pack); void DoRegenerateBoxesLists(); + + void OnClose(wxCloseEvent& event); private: wxAuiManager m_mgr; Interpreter::Pointer mInterpreter;