]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/proprfva.tex
Fixed status bar probs,
[wxWidgets.git] / docs / latex / wx / proprfva.tex
CommitLineData
200fed6c
VS
1\section{\class{wxRealFormValidator}}\label{wxrealformvalidator}
2
3\overview{Validator classes}{proplistvalidatorclasses}
4
5This class validates a range of real values for form views. The associated panel item must be a wxText.
6
7\membersection{wxRealFormValidator::wxRealFormValidator}
8
9\func{void}{wxRealFormValidator}{\param{float }{min=0.0}, \param{float }{max=0.0},
10 \param{long}{ flags=0}}
11
12Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.
13
14