]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/validatr.tex
fixed bug in mouse handling
[wxWidgets.git] / docs / latex / wx / validatr.tex
index a8d9d9b0d34c1a37bf0455560d1ea501562f73dd..fceeb76ed3c525798ba455c81b11f81cd0f76e1f 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,11 +33,10 @@ 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}}}
 
 \membersection{wxValidator::wxValidator}\label{wxvalidatorconstr}
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxValidator::wxValidator}\label{wxvalidatorconstr}
@@ -105,4 +104,3 @@ transferred to the window. Return FALSE if there is a problem.
 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.
 
 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.
 
-