]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx
#3253 Select manual of boxes
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxTabPanelsManager.cxx
index 351551e1403b8dd319e165bd4b14396e67a7fd9b..ec69b81ae4b0523a5c462749855b3e5182fd7a0f 100644 (file)
@@ -435,7 +435,14 @@ namespace bbtk
     {
         return _parent->TryToOpenScriptApplication( packageName, boxType );
     }
-               
+       
+    //=========================================================================
+    // EED 2022-10-28
+    bool wxTabPanelsManager::SelectBoxWithPossibleName(std::string nameFilter )
+    {
+        _actual->SelectBoxWithPossibleName( nameFilter );
+    }
+
 }  // EO namespace bbtk
 
 // EOF