X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c91108763b1621be54af24e24b2fab590db87325..1648d51bcb7633efde873b986b4a9e2af005f119:/docs/latex/wx/validatr.tex diff --git a/docs/latex/wx/validatr.tex b/docs/latex/wx/validatr.tex index cb23b95288..0a725ccc74 100644 --- a/docs/latex/wx/validatr.tex +++ b/docs/latex/wx/validatr.tex @@ -33,11 +33,10 @@ capabilities for the various virtual methods.} \wxheading{See also} -\helpref{Validator overview}{validatoroverview}, -\helpref{wxTextValidator}{wxtextvalidator}, +\helpref{Validator overview}{validatoroverview}, +\helpref{wxTextValidator}{wxtextvalidator}, \helpref{wxGenericValidator}{wxgenericvalidator}, - \latexignore{\rtfignore{\wxheading{Members}}} \membersection{wxValidator::wxValidator}\label{wxvalidatorconstr} @@ -54,7 +53,7 @@ Destructor. \membersection{wxValidator::Clone}\label{wxvalidatorclone} -\constfunc{virtual wxValidator*}{Clone}{\void} +\constfunc{virtual wxObject*}{Clone}{\void} All validator classes must implement the {\bf Clone} function, which returns an identical copy of itself. This is because validators are passed to control @@ -73,7 +72,7 @@ Returns the window associated with the validator. \membersection{wxValidator::SetBellOnError}{wxvalidatorsetbellonerror} -\func{void}{SetBellOnError}{\param{bool}{ doIt = TRUE}} +\func{void}{SetBellOnError}{\param{bool}{ doIt = true}} This functions switches on or turns off the error sound produced by the validators if an invalid key is pressed. @@ -89,20 +88,19 @@ Associates a window with the validator. \func{virtual bool}{TransferToWindow}{} This overridable function is called when the value in the window must be -transferred to the validator. Return FALSE if there is a problem. +transferred to the validator. Return false if there is a problem. \membersection{wxValidator::TransferToWindow}\label{wxvalidatortransfertowindow} \func{virtual bool}{TransferToWindow}{} This overridable function is called when the value associated with the validator must be -transferred to the window. Return FALSE if there is a problem. +transferred to the window. Return false if there is a problem. \membersection{wxValidator::Validate}\label{wxvalidatorvalidate} \func{virtual bool}{Validate}{\param{wxWindow*}{ parent}} This overridable function is called when the value in the associated window must be validated. -Return FALSE if the value in the window is not valid; you may pop up an error dialog. - +Return false if the value in the window is not valid; you may pop up an error dialog.