]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/proprlva.tex
Tidied some doc references; added Stefan's Blit optimisation
[wxWidgets.git] / docs / latex / wx / proprlva.tex
1 \section{\class{wxRealListValidator}}\label{wxreallistvalidator}
2
3 \overview{Validator classes}{proplistvalidatorclasses}
4
5 This class validates a range of real values for property lists.
6
7 \membersection{wxRealListValidator::wxreallistvalidator}
8
9 \func{void}{wxRealListValidator}{\param{float }{min=0.0}, \param{float }{max=0.0},
10 \param{long}{ flags=wxPROP\_ALLOW\_TEXT\_EDITING}}
11
12 Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.
13
14