.. 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.GridCellAutoWrapStringRenderer: ========================================================================================================================================== |phoenix_title| **wx.grid.GridCellAutoWrapStringRenderer** ========================================================================================================================================== This class may be used to format string data in a cell. The too long lines are wrapped to be shown entirely at word boundaries. .. seealso:: :ref:`wx.grid.GridCellRenderer`, :ref:`wx.grid.GridCellBoolRenderer`, :ref:`wx.grid.GridCellDateTimeRenderer`, :ref:`wx.grid.GridCellEnumRenderer`, :ref:`wx.grid.GridCellFloatRenderer`, :ref:`wx.grid.GridCellNumberRenderer`, :ref:`wx.grid.GridCellStringRenderer` | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class GridCellAutoWrapStringRenderer:
| |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.grid.GridCellAutoWrapStringRenderer.__init__` Default constructor. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: wx.grid.GridCellAutoWrapStringRenderer(GridCellStringRenderer) **Possible constructors**:: GridCellAutoWrapStringRenderer() This class may be used to format string data in a cell. .. method:: __init__(self) Default constructor.