 
       wx.dataview.DataViewToggleRenderer¶
  wx.dataview.DataViewToggleRenderer¶This class is used by wx.dataview.DataViewCtrl to render toggle controls.
 Class API¶
 Class API¶wx.dataview.DataViewToggleRenderer(DataViewRenderer)¶Possible constructors:
DataViewToggleRenderer(varianttype="bool", mode=DATAVIEW_CELL_INERT,
                       align=DVR_DEFAULT_ALIGNMENT)
This class is used by DataViewCtrl to render toggle controls.
__init__(self, varianttype="bool", mode=DATAVIEW_CELL_INERT, align=DVR_DEFAULT_ALIGNMENT)¶The constructor.
| Parameters: | 
 | 
|---|