 
       wx.dataview.DataViewTextRenderer¶
  wx.dataview.DataViewTextRenderer¶wx.dataview.DataViewTextRenderer is used for rendering text.
It supports in-place editing if desired.
 Class API¶
 Class API¶wx.dataview.DataViewTextRenderer(DataViewRenderer)¶Possible constructors:
DataViewTextRenderer(varianttype="string", mode=DATAVIEW_CELL_INERT,
                     align=DVR_DEFAULT_ALIGNMENT)
DataViewTextRenderer is used for rendering text.
__init__(self, varianttype="string", mode=DATAVIEW_CELL_INERT, align=DVR_DEFAULT_ALIGNMENT)¶The constructor.
| Parameters: | 
 | 
|---|