]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx
#3253 Select manual of boxes
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.cxx
index 34125b66cdc49ed8a74151931ffe5c70ad93c277..6c5dfe583a3647e5bf4b764c1262ac8f4950ef18 100644 (file)
@@ -606,6 +606,13 @@ printf("EED wxGEditorTabPanel::getUndoState This mecanisme is not working  ?????
                return( this->_fileName );
        }
 
+    //=========================================================================
+    // EED 2022-10-28
+    bool wxGEditorTabPanel::SelectBoxWithPossibleName(std::string nameFilter )
+    {
+        getSceneManager()->SelectBoxWithPossibleName( nameFilter );
+    }
+