]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/propilva.tex
As per the wx-dev discussion in early Jan, replaced
[wxWidgets.git] / docs / latex / wx / propilva.tex
CommitLineData
200fed6c
VS
1\section{\class{wxIntegerListValidator}}\label{wxintegerlistvalidator}
2
fa482912
JS
3This class validates a range of integer values for a list view.
4
5\wxheading{See also}
6
200fed6c
VS
7\overview{Validator classes}{proplistvalidatorclasses}
8
fa482912 9\latexignore{\rtfignore{\wxheading{Members}}}
200fed6c
VS
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
16Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.
17