Refactor wxTextEntry::AutoComplete() to simply call DoAutoCompleteXXX().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Apr 2011 17:27:04 +0000 (17:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 16 Apr 2011 17:27:04 +0000 (17:27 +0000)
commit574479e8db6ac77d1f94183cddecd688e012504c
tree505cb6356351cad417445e87706d796d99a99b49
parent058e3f1b54586781545ed872358ee43053dad8b6
Refactor wxTextEntry::AutoComplete() to simply call DoAutoCompleteXXX().

No real changes, just make the public AutoComplete() non-virtual and add
virtual DoAutoCompleteXXX() methods to make it easier to add new public
AutoComplete() overloads in the upcoming commits.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/textentry.h
include/wx/msw/textentry.h
include/wx/textentry.h
interface/wx/textentry.h
src/gtk/textentry.cpp
src/msw/textentry.cpp