]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx
Actual Version : It is possible to define, to create and to save a complex box ....
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.cxx
index 2c5721dbe10fc2298037817ee655a16495625ccf..3ac92749a487bc03d12d23ae78f78fb2cfbba881 100644 (file)
@@ -95,9 +95,16 @@ namespace bbtk
 
        //=========================================================================
 
-       std::string wxTabPanelsManager::getActualDiagramScript()
+       std::string wxTabPanelsManager::getActualDiagramBBS()
        {
-               return _actual->getDiagramScript();
+               return _actual->getDiagramBBS();
+       }
+
+       //=========================================================================
+
+       std::string wxTabPanelsManager::getActualComplexBoxBBS(std::string cbName,std::string cbAuthor,std::string cbCategory,std::string cbDescription)
+       {
+               return _actual->saveComplexBoxBBS(cbName,cbAuthor,cbCategory,cbDescription);
        }
 
        //=========================================================================
@@ -178,7 +185,7 @@ namespace bbtk
                wxGEditorTabPanel* tab =(wxGEditorTabPanel*)_notebook->GetPage(index);          
                int id = tab->getPanelId();
                _actual = _panels[id];
-               _parent->refreshToolbar();
+               _parent->refreshGUIControls();
        }
 
        //=========================================================================