added wxTextEntry::AutoCompleteFileNames() and implemented it for wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -340,6 +340,37 @@ nothing under the other platforms.
|
||||
|
||||
\newsince{2.9.0}
|
||||
|
||||
\wxheading{Return value}
|
||||
|
||||
\true if the auto-completion was enabled or \false if the operation failed,
|
||||
typically because auto-completion is not supported by the current platform.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{AutoCompleteFileNames}{wxtextctrlautocompletefilenames}
|
||||
|
||||
|
||||
\membersection{wxTextCtrl::AutoCompleteFileNames}\label{wxtextctrlautocompletefilenames}
|
||||
|
||||
\func{bool}{AutoCompleteFileNames}{\void}
|
||||
|
||||
Call this function to enable auto-completion of the text typed in a single-line
|
||||
text control using all valid file system paths.
|
||||
|
||||
Notice that currently this function is only implemented in wxGTK2 port and does
|
||||
nothing under the other platforms.
|
||||
|
||||
\newsince{2.9.0}
|
||||
|
||||
\wxheading{Return value}
|
||||
|
||||
\true if the auto-completion was enabled or \false if the operation failed,
|
||||
typically because auto-completion is not supported by the current platform.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{AutoComplete}{wxtextctrlautocomplete}
|
||||
|
||||
|
||||
\membersection{wxTextCtrl::CanCopy}\label{wxtextctrlcancopy}
|
||||
|
||||
|
Reference in New Issue
Block a user