phoenix_title wx.grid.GridCellStringRenderer

This class may be used to format string data in a cell; it is the default for string cells.

See also

wx.grid.GridCellRenderer, wx.grid.GridCellAutoWrapStringRenderer, wx.grid.GridCellBoolRenderer, wx.grid.GridCellDateTimeRenderer, wx.grid.GridCellEnumRenderer, wx.grid.GridCellFloatRenderer, wx.grid.GridCellNumberRenderer


class_hierarchy Class Hierarchy

Inheritance diagram for class GridCellStringRenderer:

sub_classes Known Subclasses

wx.grid.GridCellAutoWrapStringRenderer, wx.grid.GridCellDateRenderer, wx.grid.GridCellEnumRenderer, wx.grid.GridCellFloatRenderer, wx.grid.GridCellNumberRenderer


method_summary Methods Summary

__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.


Methods

__init__(self)

Default constructor.