]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/propifva.tex
added precisions for GetSize and GetClientSize
[wxWidgets.git] / docs / latex / wx / propifva.tex
CommitLineData
200fed6c
VS
1\section{\class{wxIntegerFormValidator}}\label{wxintegerformvalidator}
2
fa482912 3This class validates a range of integer values for a form view. The associated control must be a wxTextCtrl
200fed6c
VS
4or wxSlider.
5
fa482912
JS
6\wxheading{See also}
7
8\helpref{Validator classes}{proplistvalidatorclasses}
9
10\latexignore{\rtfignore{\wxheading{Members}}}
11
200fed6c
VS
12\membersection{wxIntegerFormValidator::wxIntegerFormValidator}
13
14\func{void}{wxIntegerFormValidator}{\param{long }{min=0}, \param{long }{max=0},
15 \param{long}{ flags=0}}
16
17Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.
18