]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/propifva.tex
clarification of PAGE_CHANGING event
[wxWidgets.git] / docs / latex / wx / propifva.tex
1 \section{\class{wxIntegerFormValidator}}\label{wxintegerformvalidator}
2
3 \overview{Validator classes}{proplistvalidatorclasses}
4
5 This class validates a range of integer values for a form view. The associated panel item must be a wxText
6 or wxSlider.
7
8 \membersection{wxIntegerFormValidator::wxIntegerFormValidator}
9
10 \func{void}{wxIntegerFormValidator}{\param{long }{min=0}, \param{long }{max=0},
11 \param{long}{ flags=0}}
12
13 Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.
14
15