]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/validatr.tex
another makefile updated
[wxWidgets.git] / docs / latex / wx / validatr.tex
index c5c13bf4d2508e54ed644d453f57d4efe1455c34..b6319b0a39dfafb8b688d598e0a8e3f996b2d3ac 100644 (file)
@@ -23,6 +23,10 @@ For more information, please see \helpref{Validator overview}{validatoroverview}
 \helpref{wxEvtHandler}{wxevthandler}\\
 \helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
+
+<wx/validate.h>
+
 \wxheading{See also}
 
 \helpref{Validator overview}{validatoroverview}, \helpref{wxTextValidator}{wxtextvalidator}
@@ -60,6 +64,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}}