]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/validatr.tex
wxR?_USE_CHECKBOX style for wxPalmOS.
[wxWidgets.git] / docs / latex / wx / validatr.tex
index a8d9d9b0d34c1a37bf0455560d1ea501562f73dd..aa21a3017a5f34ad91e46c084efdece5fd28bd8e 100644 (file)
@@ -19,7 +19,7 @@ To specify a default, `null' validator, use the symbol {\bf wxDefaultValidator}.
 For more information, please see \helpref{Validator overview}{validatoroverview}.
 
 \pythonnote{If you wish to create a validator class in wxPython you should
 For more information, please see \helpref{Validator overview}{validatoroverview}.
 
 \pythonnote{If you wish to create a validator class in wxPython you should
-derive the class from \tt{wxPyValidator} in order to get Python-aware
+derive the class from {\tt wxPyValidator} in order to get Python-aware
 capabilities for the various virtual methods.}
 
 \wxheading{Derived from}
 capabilities for the various virtual methods.}
 
 \wxheading{Derived from}
@@ -33,20 +33,19 @@ capabilities for the various virtual methods.}
 
 \wxheading{See also}
 
 
 \wxheading{See also}
 
-\helpref{Validator overview}{validatoroverview},
-\helpref{wxTextValidator}{wxtextvalidator},
+\helpref{Validator overview}{validatoroverview}, 
+\helpref{wxTextValidator}{wxtextvalidator}, 
 \helpref{wxGenericValidator}{wxgenericvalidator},
 
 \helpref{wxGenericValidator}{wxgenericvalidator},
 
-
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxValidator::wxValidator}\label{wxvalidatorconstr}
+\membersection{wxValidator::wxValidator}\label{wxvalidatorctor}
 
 \func{}{wxValidator}{\void}
 
 Constructor.
 
 
 \func{}{wxValidator}{\void}
 
 Constructor.
 
-\membersection{wxValidator::\destruct{wxValidator}}
+\membersection{wxValidator::\destruct{wxValidator}}\label{wxvalidatordtor}
 
 \func{}{\destruct{wxValidator}}{\void}
 
 
 \func{}{\destruct{wxValidator}}{\void}
 
@@ -54,7 +53,7 @@ Destructor.
 
 \membersection{wxValidator::Clone}\label{wxvalidatorclone}
 
 
 \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
 
 All validator classes must implement the {\bf Clone} function, which returns
 an identical copy of itself. This is because validators are passed to control
@@ -71,9 +70,9 @@ This base function returns NULL.
 
 Returns the window associated with the validator.
 
 
 Returns the window associated with the validator.
 
-\membersection{wxValidator::SetBellOnError}{wxvalidatorsetbellonerror}
+\membersection{wxValidator::SetBellOnError}\label{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.
 
 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
 \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
 
 \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.
 
 \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.