]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx
Bug #1760
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.cxx
index fe453d791a001df2bc4b3f8fa63364a276387727..6456c6a7685f198d7a41a3110a12bbb2c6eef792 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)
+    {
+        return _parent->TryToOpenScriptApplication( packageName, boxType );
+    }
+               
 }  // EO namespace bbtk
 
 // EOF