X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=kernel%2Fsrc%2FbbtkWxGUITextEditor.h;h=e4dd052a77b3d64df7e27f0916f0bbf656438a87;hb=1ae35ab233d889137ae2e0a347f55b960ab4b855;hp=deada66ef1c9ba80cdf379eedaec3184b307886f;hpb=a09174b82cb36ffd30bdbaed12c6ebd936a0e8f7;p=bbtk.git diff --git a/kernel/src/bbtkWxGUITextEditor.h b/kernel/src/bbtkWxGUITextEditor.h index deada66..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/07/23 11:46:11 $ - Version: $Revision: 1.6 $ + 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 @@ -141,8 +142,9 @@ namespace bbtk private: WxGUITextEditorUser* mUser; - wxAuiManager m_mgr; - wxAuiNotebook* mwxNotebook; +// wxAuiManager m_mgr; +// wxAuiNotebook* + wxNotebook* mwxNotebook; wxToolBar* mwxToolBar;