]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx
Buttons to define a complexbox
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.cxx
index 4cfa95df5f445f23c3379582cb2023b7ecfc111a..3c4081eddfb66648908924312f469b0178838c55 100644 (file)
@@ -175,6 +175,20 @@ namespace bbtk
 
        //=========================================================================
 
+       bool wxGEditorTabPanel::isComplexBox()
+       {
+               return _sceneManager->isComplexBox();
+       }
+
+       //=========================================================================
+
+       void wxGEditorTabPanel::setComplexBox(bool val)
+       {
+               _sceneManager->setComplexBox(val);
+       }
+
+       //=========================================================================
+
 }  // EO namespace bbtk
 
 // EOF