phoenix_title wx.propgrid.NumericPropertyValidator

A more comprehensive numeric validator class.


class_hierarchy Class Hierarchy

Inheritance diagram for class NumericPropertyValidator:

method_summary Methods Summary

__init__

Validate

Validates the window contents against the include or exclude lists, depending on the validator style.


api 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