]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h
RaC. <void> name in a new tab seems a programming error
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.h
index 39a77fc053c6065e6d7c86566bc9cbb099342c1f..c60e684ac914cf33092b74b737eefd6c01961cc6 100644 (file)
@@ -73,7 +73,7 @@ namespace bbtk
                wxTabPanelsManager(wxGUIEditorGraphicBBS *parent);
                ~wxTabPanelsManager();
 
-               void addNewTab(wxString tabName=_T("<void>"));
+               void addNewTab(wxString tabName=_T("new_tab"));
                wxAuiNotebook* getAuiNotebook();
                wxGEditorTabPanel* getActualTabPanel();
 
@@ -108,6 +108,7 @@ namespace bbtk
 
         void VerifyLastTabPanel();
 
+        // Getters and Setters of current diagram
         void SetCbName(std::string cbName);
         void SetCbPackageName(std::string packagename);
         void SetAuthor(std::string author);