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