| 1 | \section{\class{wxIntegerListValidator}}\label{wxintegerlistvalidator} |
| 2 | |
| 3 | This class validates a range of integer values for a list view. |
| 4 | |
| 5 | \wxheading{See also} |
| 6 | |
| 7 | \overview{Validator classes}{proplistvalidatorclasses} |
| 8 | |
| 9 | \latexignore{\rtfignore{\wxheading{Members}}} |
| 10 | |
| 11 | \membersection{wxIntegerListValidator::wxIntegerListValidator} |
| 12 | |
| 13 | \func{void}{wxIntegerListValidator}{\param{long }{min=0}, \param{long }{max=0}, |
| 14 | \param{long}{ flags=wxPROP\_ALLOW\_TEXT\_EDITING}} |
| 15 | |
| 16 | Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check. |
| 17 | |