]>
Commit | Line | Data |
---|---|---|
200fed6c VS |
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 |