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:
                     str=DataViewDateRenderer.GetDefaultType(), mode:
                     DataViewCellMode=DATAVIEW_CELL_ACTIVATABLE, align:
                     int=DVR_DEFAULT_ALIGNMENT) -> None

This class is used by DataViewCtrl to render calendar controls.


Methods

__init__(self, varianttype: str=DataViewDateRenderer.GetDefaultType(), mode: DataViewCellMode=DATAVIEW_CELL_ACTIVATABLE, align: int=DVR_DEFAULT_ALIGNMENT)

The constructor.

Parameters:
Return type:

None



static GetDefaultType()

Returns the Variant type used with this renderer.

Return type:

str

New in version 4.1/wxWidgets-3.1.0.