added wxTextEntry::AutoComplete() and implemented it for wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-04 22:39:54 +00:00
parent 5fe302ef74
commit ecaed0bcda
5 changed files with 52 additions and 4 deletions

View File

@@ -185,6 +185,7 @@ All (Unix):
All (GUI):
- Added wxTextCtrl::AutoComplete()
- Added wxH[V]ScrolledWindow (Brad Anderson, Bryan Petty).
- Added wxDC::StretchBlit() for wxMac and wxMSW (Vince Harron).
- Added support for drop down toolbar buttons (Tim Kosse).