wx.dataview.DataViewDateRenderer¶
This class is used by wx.dataview.DataViewCtrl to render calendar controls.
Class Hierarchy¶
Methods Summary¶
The constructor. |
|
Returns the Variant type used with this renderer. |
Class API¶
- class wx.dataview.DataViewDateRenderer(DataViewRenderer)¶
Possible constructors:
DataViewDateRenderer(varianttype=DataViewDateRenderer.GetDefaultType(), mode=DATAVIEW_CELL_ACTIVATABLE, align=DVR_DEFAULT_ALIGNMENT) -> None
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:
varianttype (string)
mode (DataViewCellMode)
align (int)
- Return type:
None
- static GetDefaultType()¶
Returns the Variant type used with this renderer.
- Return type:
str
Added in version 4.1/wxWidgets-3.1.0.