Refactor: extract wxTextCompleterFixed from wxMSW to a header.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Apr 2011 23:14:11 +0000 (23:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Apr 2011 23:14:11 +0000 (23:14 +0000)
commited7dda9251cb9dd224fcfabcf067520992b18b88
tree3a9a0ea07d72c181fbba1c0ff352aaae241d8396
parentf0cc899914c55916cf09a033a7b2865717caffc7
Refactor: extract wxTextCompleterFixed from wxMSW to a header.

This class will be used in other ports too so don't make it private to wxMSW
(although it still remains private to wxWidgets for now as it doesn't make
much sense to use it in user code).

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