Derive generic wxSearchCtrl from only wxTextEntry too

This is similar to the changes of 020b6ebcb8 (Derive from wxTextEntry
instead of wxTextCtrlBase, 2019-12-29) for wxGTK and removes the methods
that don't exist in the other ports from the generic wxSearchCtrl too.
This commit is contained in:
Vadim Zeitlin 2022-11-09 00:13:37 +01:00
parent 76145b377c
commit c501fd0c0f
4 changed files with 4 additions and 165 deletions

View file

@ -46,6 +46,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.