wxWidgets/tests/validators
Simon Stone 0fc936ca41 Add wxIntegerValidatorctor ctor taking minimum and maximum value
Using this ctor is more convenient than using the default ctor and then
calling SetMin() and SetMax().

Document the new ctor and add tests showing that minimum and maximum
values are actually respected.

Closes https://github.com/wxWidgets/wxWidgets/pull/2610
2021-12-09 19:55:44 +01:00
..
valnum.cpp Add wxIntegerValidatorctor ctor taking minimum and maximum value 2021-12-09 19:55:44 +01:00
valtext.cpp Add tests showing transferring data (to, from) self (window) works correctly 2021-02-22 14:31:20 +01:00