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. |
wx.dataview.
DataViewSpinRenderer
(DataViewCustomRenderer)¶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.
__init__
(self, min : int, max : int, mode: DataViewCellMode=DATAVIEW_CELL_EDITABLE, align: int=DVR_DEFAULT_ALIGNMENT)¶Constructor.
min and max indicate the minimum and maximum values for the wx.SpinCtrl.
min (int) –
max (int) –
mode (DataViewCellMode) –
align (int) –
None