]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx
Now it works when a tab is changed ...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.cxx
index 0fba89580e3036470a7aaf962e3a5a36cb6f57f1..4cfa95df5f445f23c3379582cb2023b7ecfc111a 100644 (file)
@@ -39,6 +39,7 @@ Version:   $Revision$
 
 namespace bbtk
 {
+
        //=========================================================================
        wxGEditorTabPanel::wxGEditorTabPanel()
        {
@@ -50,7 +51,6 @@ namespace bbtk
                _id=id;
                _panelAUIMgr = new wxAuiManager(this);
                _sceneManager = NULL;
-
                initWxVtkCanvas();
        }
 
@@ -168,6 +168,13 @@ namespace bbtk
 
        //=========================================================================
 
+       int wxGEditorTabPanel::getPanelId()
+       {
+               return _id;
+       }
+
+       //=========================================================================
+
 }  // EO namespace bbtk
 
 // EOF