]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxGUITextEditor.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkWxGUITextEditor.h
index deada66ef1c9ba80cdf379eedaec3184b307886f..e4dd052a77b3d64df7e27f0916f0bbf656438a87 100644 (file)
@@ -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;