phoenix_title wx.dataview.DataViewDateRenderer

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


class_hierarchy Class Hierarchy

Inheritance diagram for class DataViewDateRenderer:

method_summary Methods Summary

__init__

The constructor.


api Class API

class wx.dataview.DataViewDateRenderer(DataViewRenderer)

Possible constructors:

DataViewDateRenderer(varianttype="datetime",
                     mode=DATAVIEW_CELL_ACTIVATABLE, align=DVR_DEFAULT_ALIGNMENT)

This class is used by DataViewCtrl to render calendar controls.


Methods

__init__(self, varianttype="datetime", mode=DATAVIEW_CELL_ACTIVATABLE, align=DVR_DEFAULT_ALIGNMENT)

The constructor.

Parameters