.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. _wx.dataview.DataViewSpinRenderer:
==========================================================================================================================================
|phoenix_title| **wx.dataview.DataViewSpinRenderer**
==========================================================================================================================================
This is a specialized renderer for rendering integer values.
It supports modifying the values in-place by using a :ref:`wx.SpinCtrl`. The renderer only support variants of type `long`.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
DataViewSpinRenderer:
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.dataview.DataViewSpinRenderer.__init__` Constructor.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: 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.
.. method:: __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 :ref:`wx.SpinCtrl`.
:param `min`:
:type `min`: int
:param `max`:
:type `max`: int
:param `mode`:
:type `mode`: wx.dataview.DataViewCellMode
:param `align`:
:type `align`: int
:rtype: `None`