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