.. 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.grid.GridCellStringRenderer: ========================================================================================================================================== |phoenix_title| **wx.grid.GridCellStringRenderer** ========================================================================================================================================== This class may be used to format string data in a cell; it is the default for string cells. .. seealso:: :ref:`wx.grid.GridCellRenderer`, :ref:`wx.grid.GridCellAutoWrapStringRenderer`, :ref:`wx.grid.GridCellBoolRenderer`, :ref:`wx.grid.GridCellDateTimeRenderer`, :ref:`wx.grid.GridCellEnumRenderer`, :ref:`wx.grid.GridCellFloatRenderer`, :ref:`wx.grid.GridCellNumberRenderer` | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class GridCellStringRenderer:
| |sub_classes| Known Subclasses ============================== :ref:`wx.grid.GridCellAutoWrapStringRenderer`, :ref:`wx.grid.GridCellDateRenderer`, :ref:`wx.grid.GridCellEnumRenderer`, :ref:`wx.grid.GridCellFloatRenderer`, :ref:`wx.grid.GridCellNumberRenderer` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.grid.GridCellStringRenderer.__init__` Default constructor. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.grid.GridCellStringRenderer(GridCellRenderer) **Possible constructors**:: GridCellStringRenderer() This class may be used to format string data in a cell; it is the default for string cells. .. method:: __init__(self) Default constructor.