Implement auto complete in generic wxSearchCtrl

Just forward the relevant methods to the embedded wxTextCtrl.

Closes #17519.
This commit is contained in:
Eric Jensen
2016-05-07 01:49:22 +02:00
committed by Vadim Zeitlin
parent e85b8f1a4b
commit e7a526604c
3 changed files with 24 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ All (GUI):
- Make wxDataViewCtrl::Expand() expand ancestors in native ports too.
- Add wxDataViewCtrl::SetHeaderAttr().
- Add wxListCtrl::SetHeaderAttr().
- Implement auto complete in generic wxSearchCtrl (Eric Jensen).
wxGTK: