]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx
Added the possibility to delete all the boxes in the scene
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.cxx
index e2ead8fd058d6000e8d2c7a4a59b798da965e550..66dd7b04f70c1ffedcf999c7ed50f8a47a92ad9f 100644 (file)
@@ -140,6 +140,13 @@ namespace bbtk
 
        //=========================================================================
 
+       void wxGEditorTabPanel::deleteAllBoxes()
+       {
+               _sceneManager->deleteAllBoxes();
+       }
+
+       //=========================================================================
+
 }  // EO namespace bbtk
 
 // EOF