X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxGUITextEditor.h;h=2bc6efb78e0796465add621fd53be07db8288f74;hb=f993478d7df1d9688c4ab93c617688c84cf2d424;hp=9c0d0d5264fdd98c0dd3505c7d301d70a1d394bd;hpb=ba235cfa6ce74178ab468c01af002af0ab3a7d82;p=bbtk.git diff --git a/kernel/src/bbtkWxGUITextEditor.h b/kernel/src/bbtkWxGUITextEditor.h index 9c0d0d5..2bc6efb 100644 --- a/kernel/src/bbtkWxGUITextEditor.h +++ b/kernel/src/bbtkWxGUITextEditor.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkWxGUITextEditor.h,v $ Language: C++ - Date: $Date: 2008/03/25 15:47:54 $ - Version: $Revision: 1.4 $ + Date: $Date: 2008/05/14 12:32:26 $ + Version: $Revision: 1.5 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -114,13 +114,9 @@ namespace bbtk void OnKeyDown(wxKeyEvent& event); void OnKeyUp(wxKeyEvent& event); - void OnButtonNew(wxCommandEvent& event); - void OnButtonOpen(wxCommandEvent& event); - void OnButtonClose(wxCommandEvent& event); - void OnButtonSave(wxCommandEvent& event); - void OnButtonSaveAs(wxCommandEvent& event); - void OnButtonRun(wxCommandEvent& event); - // void OnButtonQuit(wxCommandEvent& event); + void OnToolLeftClick(wxCommandEvent& event); + void OnToolRightClick(wxCommandEvent& event); + void OnPageClose(wxAuiNotebookEvent& evt); void New(); @@ -148,16 +144,8 @@ namespace bbtk wxAuiManager m_mgr; wxAuiNotebook* mwxNotebook; - // Interpreter* mInterpreter; - // wxSplitterWindow* mwxSplit; - - wxButton * mwxButtonNew; - wxButton * mwxButtonOpen; - wxButton * mwxButtonClose; - wxButton * mwxButtonSave; - wxButton * mwxButtonSaveAs; - wxButton * mwxButtonRun; - // wxButton * mwxButtonQuit; + wxToolBar* mwxToolBar; + wxStaticText* mwxPosition; std::string mFileNameFilter;