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, base=10)

A more comprehensive numeric validator class.


Methods

__init__(self, numericType, base=10)
Parameters


Validate(self, parent)

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

Parameters

parent (wx.Window) –

Return type

bool