Contents Up Previous Next

wxIntegerFormValidator

This class validates a range of integer values for a form view. The associated control must be a wxTextCtrl or wxSlider.

See also

Validator classes

Members

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.