]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/validatr.tex
Fixed some doc problems
[wxWidgets.git] / docs / latex / wx / validatr.tex
index 2bbb2f7dd39ba9e2d89fd4d63867e310db096a7e..bbb413bf01f4d18267ef608a3288b65d45814de7 100644 (file)
@@ -29,7 +29,10 @@ For more information, please see \helpref{Validator overview}{validatoroverview}
 
 \wxheading{See also}
 
-\helpref{Validator overview}{validatoroverview}, \helpref{wxTextValidator}{wxtextvalidator}
+\helpref{Validator overview}{validatoroverview}, 
+\helpref{wxTextValidator}{wxtextvalidator},
+\helpref{wxTextValidator}{wxgenericvalidator},
+
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
@@ -64,6 +67,13 @@ This base function returns NULL.
 
 Returns the window associated with the validator.
 
+\membersection{wxValidator::SetBellOnError}{wxvalidatorsetbellonerror}
+
+\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.
+
 \membersection{wxValidator::SetWindow}\label{wxvalidatorsetwindow}
 
 \func{void}{SetWindow}{\param{wxWindow*}{ window}}