X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxTabPanelsManager.cxx;h=6aa897c1fce75f5239190283519bed80543e7fbf;hb=108bfeda96a8850e469fa80add666a5c1dbf1c1f;hp=fe453d791a001df2bc4b3f8fa63364a276387727;hpb=a32570122e77d9c675652337fee8ca1f47b7fed1;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx index fe453d7..6aa897c 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx @@ -370,22 +370,18 @@ printf("wxTabPanelsManager::VerifyActualTabPanel %d \n", this->_notebook->GetPa _actual->SetCategory( category ); } - //========================================================================= void wxTabPanelsManager::SetDescription(std::string description) { _actual->SetDescription( description ); } - - - - - - - - - + //========================================================================= + bool wxTabPanelsManager::TryToOpenScriptApplication(std::string packageName ,std::string boxType) + { + _parent->TryToOpenScriptApplication( packageName, boxType ); + } + } // EO namespace bbtk // EOF