Contents Up Previous Next

wxIntegerListValidator

This class validates a range of integer values for a list view.

See also

Validator classes

Members

wxIntegerListValidator::wxIntegerListValidator


wxIntegerListValidator::wxIntegerListValidator

void wxIntegerListValidator(long min=0, long max=0, long flags=wxPROP_ALLOW_TEXT_EDITING)

Constructor. Assigning zero to minimum and maximum values indicates that there is no range to check.