 wx.dataview.DataViewSpinRenderer¶
 wx.dataview.DataViewSpinRenderer¶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.
 Class Hierarchy¶
 Class Hierarchy¶ Inheritance diagram for class DataViewSpinRenderer:
Inheritance diagram for class DataViewSpinRenderer:
 Methods Summary¶
 Methods Summary¶| Constructor. | 
 Class API¶
 Class API¶Possible constructors:
DataViewSpinRenderer(min, max, mode=DATAVIEW_CELL_EDITABLE,
                     align=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