X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a660d684eda27638bca0384b2058911a31c8e845..ebb396715d5ecd865a225fa3cf7675277ceb3f1b:/docs/latex/wx/valtext.tex diff --git a/docs/latex/wx/valtext.tex b/docs/latex/wx/valtext.tex index 44eb5028c0..0973e9df20 100644 --- a/docs/latex/wx/valtext.tex +++ b/docs/latex/wx/valtext.tex @@ -10,9 +10,14 @@ For more information, please see \helpref{Validator overview}{validatoroverview} \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} +\wxheading{Include files} + + + \wxheading{See also} -\helpref{Validator overview}{validatoroverview}, \helpref{wxValidator}{wxvalidator} +\helpref{Validator overview}{validatoroverview}, \helpref{wxValidator}{wxvalidator}, +\helpref{wxGenericValidator}{wxgenericvalidator} \latexignore{\rtfignore{\wxheading{Members}}} @@ -22,7 +27,7 @@ For more information, please see \helpref{Validator overview}{validatoroverview} Copy constructor. -\func{}{wxTextValidator}{\param{const long}{ style = wxFILTER\_NONE}, \param{wxString* }{valPtr = NULL}} +\func{}{wxTextValidator}{\param{long}{ style = wxFILTER\_NONE}, \param{wxString* }{valPtr = NULL}} Constructor, taking a style and optional pointer to a wxString variable. @@ -41,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\_EXCLUDE\_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} } @@ -57,7 +66,7 @@ Destructor. \membersection{wxTextValidator::Clone}\label{wxtextvalidatorclone} -\constfunc{virtual wxTextValidator*}{Clone}{\void} +\constfunc{virtual wxValidator*}{Clone}{\void} Clones the text validator using the copy constructor. @@ -106,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.