Merge branch 'searchctrl-textentry'

Derive generic wxSearchCtrl from wxTextEntry too.

See #22954.
This commit is contained in:
Vadim Zeitlin 2022-11-12 17:52:16 +01:00
commit 63696b55cf
5 changed files with 10 additions and 166 deletions

View file

@ -51,6 +51,9 @@ Changes in behaviour which may result in build errors
- wxMotif and wxGTK1 ports have been removed, please use wxWidgets 3.2 if you
still need them.
- Generic wxSearchCtrl doesn't provide methods that make sense only for
multiline text controls any longer, for consistency with the other ports.
- wxOnAssert() overload taking wide character file name was removed. If you
call it for any reason, please use one of the other overloads instead.