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