This class is used by wx.dataview.DataViewCtrl to render progress bars.
The constructor. |
|
Returns the Variant type used with this renderer. |
wx.dataview.
DataViewProgressRenderer
(DataViewRenderer)¶Possible constructors:
DataViewProgressRenderer(label="",
varianttype=DataViewProgressRenderer.GetDefaultType(),
mode=DATAVIEW_CELL_INERT, align=DVR_DEFAULT_ALIGNMENT)
This class is used by DataViewCtrl to render progress bars.
__init__
(self, label="", varianttype=DataViewProgressRenderer.GetDefaultType(), mode=DATAVIEW_CELL_INERT, align=DVR_DEFAULT_ALIGNMENT)¶The constructor.
label (string) –
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.