X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxGUITextEditor.h;h=e4dd052a77b3d64df7e27f0916f0bbf656438a87;hb=9f6d1a6420a64127d9b199fc0f55c01e85485c39;hp=2bc6efb78e0796465add621fd53be07db8288f74;hpb=f993478d7df1d9688c4ab93c617688c84cf2d424;p=bbtk.git diff --git a/kernel/src/bbtkWxGUITextEditor.h b/kernel/src/bbtkWxGUITextEditor.h index 2bc6efb..e4dd052 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/05/14 12:32:26 $ - Version: $Revision: 1.5 $ + Date: $Date: 2008/10/03 14:27:52 $ + Version: $Revision: 1.7 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -49,7 +49,8 @@ namespace bbtk { class WxTextCtrlGettingKeyEvents; - class WxGUITextEditor; +// typedef wxTextCtrl WxTextCtrlGettingKeyEvents; + class WxGUITextEditor; /// Abstract class which defines the callbacks invoked by WxGUITextEditor @@ -57,7 +58,7 @@ namespace bbtk { public: WxGUITextEditorUser() {} - ~WxGUITextEditorUser() {} + virtual ~WxGUITextEditorUser() {} /// Callback invoked when the 'run' button is pressed virtual void WxGUITextEditorRun() {} }; @@ -141,8 +142,9 @@ namespace bbtk private: WxGUITextEditorUser* mUser; - wxAuiManager m_mgr; - wxAuiNotebook* mwxNotebook; +// wxAuiManager m_mgr; +// wxAuiNotebook* + wxNotebook* mwxNotebook; wxToolBar* mwxToolBar;