]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h
First classes usign VTK objects . connection
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.h
index 6d4b90a05dd098a2a8f906982d3f43291ee8dc65..5f08e601e731a5261e218b5c28f682e18850bea0 100644 (file)
@@ -45,6 +45,7 @@ Version:   $Revision$
 
 #include <wx/aui/auibook.h>
 #include <wx/panel.h>
+#include <wx/string.h>
 #include <map>
 #include <iostream>
 
@@ -63,7 +64,7 @@ namespace bbtk
                
                virtual void addNewTab();
                wxAuiNotebook* getAuiNotebook();
-               wxPanel* getActualTabPanel();
+               wxGEditorTabPanel* getActualTabPanel();
 
        private:
 
@@ -71,7 +72,7 @@ namespace bbtk
        ** The map 
        */
                map<int, wxPanel*> _panels;
-               wxPanel* _actual;
+               wxGEditorTabPanel* _actual;
                wxAuiNotebook  *_notebook;
                int _lastId;