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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user