This class is used by wx.dataview.DataViewCtrl to render calendar controls.
The constructor. |
|
Returns the Variant type used with this renderer. |
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.
__init__
(self, varianttype=DataViewDateRenderer.GetDefaultType(), mode=DATAVIEW_CELL_ACTIVATABLE, align=DVR_DEFAULT_ALIGNMENT)¶The constructor.
varianttype (string) –
mode (DataViewCellMode) –
align (int) –
GetDefaultType
()¶Returns the Variant type used with this renderer.
string
New in version 4.1/wxWidgets-3.1.0.