]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h
Feature #1758
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.h
index 39a77fc053c6065e6d7c86566bc9cbb099342c1f..a2fcf0f7303058cbb88e7b85c9ffe1c176fa138b 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);
@@ -122,8 +123,8 @@ namespace bbtk
            void SetNameTabPanel(wxString tabpanelname);
                std::string GetNameTabPanel();
            std::string GetCurrentTabPanelPath( ); //DFCH
-
-
+           int  FindTab(std::string filename);
+               bool TryToOpenScriptApplication(std::string packageName ,std::string boxType);
 
        private: