implement AutoComplete for wxMSW too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-05 00:44:26 +00:00
parent 0c3d1aa7fd
commit 0847dca672
3 changed files with 197 additions and 2 deletions

View File

@@ -335,8 +335,8 @@ the programmer should use \helpref{GetInsertionPoint}{wxtextctrlgetinsertionpoin
Call this function to enable auto-completion of the text typed in a single-line
text control using the given \arg{choices}.
Notice that currently this function is only implemented in wxGTK2 port and does
nothing under the other platforms.
Notice that currently this function is only implemented in wxGTK2 and wxMSW
ports and does nothing under the other platforms.
\newsince{2.9.0}