**************************** wx.grid.GridCellNumberEditor **************************** Inheritance diagram for `wx.grid.GridCellNumberEditor`: | .. inheritance-diagram:: wx.grid.GridCellNumberEditor | Description =========== The editor for numeric integer data. .. seealso:: `wx.grid.GridCellEditor `_, `wx.grid.GridCellFloatEditor `_, `wx.grid.GridCellBoolEditor `_, `wx.grid.GridCellTextEditor `_, `wx.grid.GridCellChoiceEditor `_ Derived From ^^^^^^^^^^^^^ * `wx.grid.GridCellTextEditor `_ * `wx.grid.GridCellEditor `_ Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(min=-1, max=-1) Constructor. Allows to specify the range for acceptable data; if `min` == `max` == -1, no range checking is done. **Parameters:** * `min` (int) * `max` (int) | **Returns:** `wx.grid.GridCellNumberEditor `_