Contents Up Previous Next

wxIntegerFormValidator

Validator classes

This class validates a range of integer values for a form view. The associated panel item must be a wxText or wxSlider.

wxIntegerFormValidator::wxIntegerFormValidator


wxIntegerFormValidator::wxIntegerFormValidator

void wxIntegerFormValidator(long min=0, long max=0, long flags=0)

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