mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-19 02:42:23 +08:00
Previously it only inherited from wxTextEntryBase in the generic implementation (used e.g. in wxMSW). Update the code, documentation and add new unit tests checking that wxSearchCtrl member functions inherited from wxTextEntry behave correctly. Closes #23686. Closes #23697.