X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=kernel%2Fsrc%2FbbtkWxGUIScriptingInterface.h;h=e817bcb78430b24f2ce87f757204c1e0dbe38699;hb=4a17a289103f77885e288aaae250e57c91ae3424;hp=2f3327cec0cfe20310cbd91649b9aa9251661a45;hpb=fc399c5aab38ad24ea5d57552701411b4d805181;p=bbtk.git diff --git a/kernel/src/bbtkWxGUIScriptingInterface.h b/kernel/src/bbtkWxGUIScriptingInterface.h index 2f3327c..e817bcb 100644 --- a/kernel/src/bbtkWxGUIScriptingInterface.h +++ b/kernel/src/bbtkWxGUIScriptingInterface.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkWxGUIScriptingInterface.h,v $ Language: C++ - Date: $Date: 2008/03/21 14:59:39 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/03/25 15:47:54 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -96,6 +96,14 @@ namespace bbtk void OnMenuCreateBlackBox(wxCommandEvent& WXUNUSED(event)); void OnMenuShowImageGraph(wxCommandEvent& WXUNUSED(event)); void OnMenuCreateIndex(wxCommandEvent& WXUNUSED(event)); + void OnMenuWindowsFiles(wxCommandEvent& event); + void OnMenuWindowsHelp(wxCommandEvent& event); + void OnMenuWindowsMessages(wxCommandEvent& event); + void OnMenuWindowsCommand(wxCommandEvent& event); + void OnMenuWindowsSave( wxCommandEvent& WXUNUSED(event)); + void OnMenuWindowsCheck( wxCommandEvent& event, + wxWindow* w); + void OnPaneClose(wxAuiManagerEvent& evt); // void OnButtonRun(wxCommandEvent& WXUNUSED(event)); @@ -126,6 +134,7 @@ namespace bbtk WxGUIHtmlBrowser* mWxGUIHtmlBrowser; WxGUITextEditor* mWxGUITextEditor; + wxMenuItem* mwxMenuItemReset; // wxButton* mwxButtonRun; public: