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.
wx.dataview.
DataViewSpinRenderer
(DataViewCustomRenderer)¶Possible constructors:
DataViewSpinRenderer(min, max, mode=DATAVIEW_CELL_EDITABLE,
align=DVR_DEFAULT_ALIGNMENT)
This is a specialized renderer for rendering integer values.
__init__
(self, min, max, mode=DATAVIEW_CELL_EDITABLE, align=DVR_DEFAULT_ALIGNMENT)¶Constructor.
min and max indicate the minimum and maximum values for the wx.SpinCtrl.
Parameters: |
|
---|