]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx
Feature #1758
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.cxx
index fe453d791a001df2bc4b3f8fa63364a276387727..6aa897c1fce75f5239190283519bed80543e7fbf 100644 (file)
@@ -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