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