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.

GetDefaultType

Returns the Variant type used with this renderer.


api Class API

class wx.dataview.DataViewDateRenderer(DataViewRenderer)

Possible constructors:

DataViewDateRenderer(varianttype=DataViewDateRenderer.GetDefaultType(),
                     mode=DATAVIEW_CELL_ACTIVATABLE, align=DVR_DEFAULT_ALIGNMENT)

This class is used by DataViewCtrl to render calendar controls.


Methods

__init__(self, varianttype=DataViewDateRenderer.GetDefaultType(), mode=DATAVIEW_CELL_ACTIVATABLE, align=DVR_DEFAULT_ALIGNMENT)

The constructor.

Parameters


static GetDefaultType()

Returns the Variant type used with this renderer.

Return type

string

New in version 4.1/wxWidgets-3.1.0.