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

@@ -328,6 +328,19 @@ the programmer should use \helpref{GetInsertionPoint}{wxtextctrlgetinsertionpoin
\helpref{wxTextCtrl::WriteText}{wxtextctrlwritetext}
\membersection{wxTextCtrl::AutoComplete}\label{wxtextctrlautocomplete}
\func{bool}{AutoComplete}{\param{const wxArrayString\& }{choices}}
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.
\newsince{2.9.0}
\membersection{wxTextCtrl::CanCopy}\label{wxtextctrlcancopy}
\func{virtual bool}{CanCopy}{\void}