]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h
Feature #1758
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.h
index 64cef9c8abd562e174c77d39c14da2eab1f2b2a4..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();
 
@@ -123,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: