.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. _wx.propgrid.NumericPropertyValidator: ========================================================================================================================================== |phoenix_title| **wx.propgrid.NumericPropertyValidator** ========================================================================================================================================== A more comprehensive numeric validator class. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class NumericPropertyValidator:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.propgrid.NumericPropertyValidator.__init__` :meth:`~wx.propgrid.NumericPropertyValidator.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. .. method:: __init__(self, numericType, base=10) :param `numericType`: :type `numericType`: wx.propgrid.NumericPropertyValidator.NumericType :param `base`: :type `base`: int .. method:: Validate(self, parent) Validates the window contents against the include or exclude lists, depending on the validator style. :param `parent`: :type `parent`: wx.Window :rtype: `bool` .. toctree:: :maxdepth: 1 :hidden: wx.propgrid.NumericPropertyValidator.NumericType.enumeration