wx.propgrid.NumericPropertyValidator
A more comprehensive numeric validator class.
Class Hierarchy

Inheritance diagram for class
NumericPropertyValidator:
Methods Summary
__init__
|
|
Validate
|
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 : NumericType, base: int=10) ->
None
A more comprehensive numeric validator class.
Methods
-
__init__(self, numericType: NumericType, base: int = 10)
- Parameters:
-
- Return type:
None
-
Validate(self, parent: Window)
Validates the window contents against the include or exclude lists, depending on the validator style.
- Parameters:
parent (wx.Window)
- Return type:
bool