]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.h
no message
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.h
index 3e75838111ff8b8ef7e456bb599fb73d24436508..0f3b3bf3d1fbbdfc92089da6d0567a4626231fbd 100644 (file)
@@ -135,14 +135,16 @@ namespace bbtk
                // Receives the string from a drag and drop source as for example the BBTK Package Browser
                virtual bool OnDropText(wxCoord x, wxCoord y, const wxString& data);
 
+               
+               wxVtkSceneManager* getSceneManager();
        //=========================================================================
                
        private:
 
-               int _id;
-               wxAuiManager *_panelAUIMgr;
-               wxVtkSceneManager *_sceneManager;
-               wxTabPanelsManager* _panelsManager;
+               int                                             _id;
+               wxAuiManager                    *_panelAUIMgr;
+               wxVtkSceneManager               *_sceneManager;
+               wxTabPanelsManager              * _panelsManager;
 
        protected: