]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/propilva.tex
fixed nonsenses in tnoneng.tex
[wxWidgets.git] / docs / latex / wx / propilva.tex
... / ...
CommitLineData
1\section{\class{wxIntegerListValidator}}\label{wxintegerlistvalidator}
2
3This 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
16Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.
17