1999-12-25 20:30:32 +00:00
|
|
|
\section{\class{wxIntegerListValidator}}\label{wxintegerlistvalidator}
|
|
|
|
|
2000-03-15 00:21:49 +00:00
|
|
|
This class validates a range of integer values for a list view.
|
|
|
|
|
|
|
|
\wxheading{See also}
|
|
|
|
|
1999-12-25 20:30:32 +00:00
|
|
|
\overview{Validator classes}{proplistvalidatorclasses}
|
|
|
|
|
2000-03-15 00:21:49 +00:00
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
1999-12-25 20:30:32 +00:00
|
|
|
|
|
|
|
\membersection{wxIntegerListValidator::wxIntegerListValidator}
|
|
|
|
|
|
|
|
\func{void}{wxIntegerListValidator}{\param{long }{min=0}, \param{long }{max=0},
|
|
|
|
\param{long}{ flags=wxPROP\_ALLOW\_TEXT\_EDITING}}
|
|
|
|
|
|
|
|
Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.
|
|
|
|
|