]>
Commit | Line | Data |
---|---|---|
1 | \section{\class{wxIntegerFormValidator}}\label{wxintegerformvalidator} | |
2 | ||
3 | This class validates a range of integer values for a form view. The associated control must be a wxTextCtrl | |
4 | or wxSlider. | |
5 | ||
6 | \wxheading{See also} | |
7 | ||
8 | \helpref{Validator classes}{proplistvalidatorclasses} | |
9 | ||
10 | \latexignore{\rtfignore{\wxheading{Members}}} | |
11 | ||
12 | \membersection{wxIntegerFormValidator::wxIntegerFormValidator} | |
13 | ||
14 | \func{void}{wxIntegerFormValidator}{\param{long }{min=0}, \param{long }{max=0}, | |
15 | \param{long}{ flags=0}} | |
16 | ||
17 | Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check. | |
18 |