This is a specialized renderer for rendering integer values.
It supports modifying the values in-place by using a wx.SpinCtrl. The renderer only support variants of type long.
Constructor. |
Possible constructors:
DataViewSpinRenderer(min : int, max : int, mode:
DataViewCellMode=DATAVIEW_CELL_EDITABLE, align:
int=DVR_DEFAULT_ALIGNMENT) -> None
This is a specialized renderer for rendering integer values.
Constructor.
min and max indicate the minimum and maximum values for the wx.SpinCtrl.
min (int)
max (int)
mode (DataViewCellMode)
align (int)
None