phoenix_title wx.dataview.DataViewToggleRenderer

This class is used by wx.dataview.DataViewCtrl to render toggle controls.


class_hierarchy Class Hierarchy

Inheritance diagram for class DataViewToggleRenderer:

method_summary Methods Summary

__init__

The constructor.


api Class API

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


Methods

__init__(self, varianttype="bool", mode=DATAVIEW_CELL_INERT, align=DVR_DEFAULT_ALIGNMENT)

The constructor.

Parameters