]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/proprfva.tex
changes wxFRAME_EX_CONTEXTHELP value to avoid clash with wxWS_EX_TRANSIENT
[wxWidgets.git] / docs / latex / wx / proprfva.tex
CommitLineData
200fed6c
VS
1\section{\class{wxRealFormValidator}}\label{wxrealformvalidator}
2
200fed6c
VS
3This class validates a range of real values for form views. The associated panel item must be a wxText.
4
fa482912
JS
5\wxheading{See also}
6
7\helpref{Validator classes}{proplistvalidatorclasses}
8
9\latexignore{\rtfignore{\wxheading{Members}}}
10
200fed6c
VS
11\membersection{wxRealFormValidator::wxRealFormValidator}
12
13\func{void}{wxRealFormValidator}{\param{float }{min=0.0}, \param{float }{max=0.0},
14 \param{long}{ flags=0}}
15
16Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.
17