]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/text.tex
added null pointer check and assert
[wxWidgets.git] / docs / latex / wx / text.tex
index 49dcf82973a5819463e72afde8f1af85b828441d..9f2d3423607a65b4cc9d2a462654442844877c8e 100644 (file)
@@ -335,11 +335,42 @@ 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 and wxMSW
+ports 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{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}