.. 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 <div id="toggleBlock" onclick="return toggleVisibility(this)" class="closed" style="cursor:pointer;"> <img id="toggleBlock-trigger" src="_static/images/closed.png"/> Inheritance diagram for class <strong>DataViewSpinRenderer</strong>: </div> <div id="toggleBlock-summary" style="display:block;"></div> <div id="toggleBlock-content" style="display:none;"> <p class="graphviz"> <center><img src="_static/images/inheritance/wx.dataview.DataViewSpinRenderer_inheritance.svg" alt="Inheritance diagram of DataViewSpinRenderer" usemap="#dummy" class="inheritance"/></center> <script type="text/javascript">toggleVisibilityOnLoad(document.getElementById('toggleBlock'))</script> <map id="dummy" name="dummy"> <area shape="rect" id="node1" href="wx.dataview.DataViewSpinRenderer.html" title="This is a specialized renderer for rendering integer values." alt="" coords="16,236,305,265"/> <area shape="rect" id="node2" href="wx.dataview.DataViewCustomRenderer.html" title="You need to derive a new class from wx.dataview.DataViewCustomRenderer in order to write a new renderer." alt="" coords="5,159,316,188"/> <area shape="rect" id="node3" href="wx.dataview.DataViewRenderer.html" title="This class is used by wx.dataview.DataViewCtrl to render the individual cells." alt="" coords="33,82,289,111"/> <area shape="rect" id="node4" href="wx.Object.html" title="This is the root class of many of the wxWidgets classes." alt="" coords="111,5,210,34"/> </map> </p> </div> | |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`