wx.grid.GridCellNumberEditor

Inheritance diagram for wx.grid.GridCellNumberEditor:



Class API

Methods

__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