A more comprehensive numeric validator class.
Validates the window contents against the include or exclude lists, depending on the validator style. |
wx.propgrid.
NumericPropertyValidator
(Validator)¶Possible constructors:
NumericPropertyValidator(numericType : NumericType, base: int=10) ->
None
A more comprehensive numeric validator class.
__init__
(self, numericType : NumericType, base: int=10)¶numericType (NumericType) –
base (int) –
None