X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..a84ece11fffdde5d1bbd254ba58ac3cee79c2e77:/docs/latex/wx/valtext.tex diff --git a/docs/latex/wx/valtext.tex b/docs/latex/wx/valtext.tex index ab34ea4d74..c3c286ecc5 100644 --- a/docs/latex/wx/valtext.tex +++ b/docs/latex/wx/valtext.tex @@ -16,7 +16,7 @@ For more information, please see \helpref{Validator overview}{validatoroverview} \wxheading{See also} -\helpref{Validator overview}{validatoroverview}, \helpref{wxValidator}{wxvalidator}, +\helpref{Validator overview}{validatoroverview}, \helpref{wxValidator}{wxvalidator}, \helpref{wxGenericValidator}{wxgenericvalidator} \latexignore{\rtfignore{\wxheading{Members}}} @@ -46,6 +46,10 @@ Constructor, taking a style and optional pointer to a wxString variable. checks if the user input is on the list, complaining if not.} \twocolitem{{\bf wxFILTER\_EXCLUDE\_LIST}}{Use an exclude list. The validator checks if the user input is on the list, complaining if it is.} +\twocolitem{{\bf wxFILTER\_INCLUDE\_CHAR\_LIST}}{Use an include list. The validator +checks if each input character is in the list (one character per list element), complaining if not.} +\twocolitem{{\bf wxFILTER\_INCLUDE\_CHAR\_LIST}}{Use an include list. The validator +checks if each input character is in the list (one character per list element), complaining if it is.} \end{twocollist} } @@ -111,13 +115,13 @@ Sets the validator style. \membersection{wxTextValidator::TransferFromWindow}\label{wxtextvalidatortransferfromwindow} -\func{virtual bool}{TransferToWindow}{\param{wxWindow*}{ parent}} +\func{virtual bool}{TransferFromWindow}{} Transfers the string value to the window. \membersection{wxTextValidator::TransferToWindow}\label{wxtextvalidatortransfertowindow} -\func{virtual bool}{TransferToWindow}{\param{wxWindow*}{ parent}} +\func{virtual bool}{TransferToWindow}{} Transfers the window value to the string.