]>
Commit | Line | Data |
---|---|---|
200fed6c VS |
1 | \section{\class{wxIntegerListValidator}}\label{wxintegerlistvalidator} |
2 | ||
3 | \overview{Validator classes}{proplistvalidatorclasses} | |
4 | ||
5 | This class validates a range of integer values for a list view. | |
6 | ||
7 | \membersection{wxIntegerListValidator::wxIntegerListValidator} | |
8 | ||
9 | \func{void}{wxIntegerListValidator}{\param{long }{min=0}, \param{long }{max=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 |