wx.dataview.DataViewProgressRenderer¶This class is used by wx.dataview.DataViewCtrl to render progress bars.
Class Hierarchy¶
Inheritance diagram for class DataViewProgressRenderer:
Methods Summary¶The constructor. |
Class API¶Possible constructors:
DataViewProgressRenderer(label="", varianttype="long",
mode=DATAVIEW_CELL_INERT, align=DVR_DEFAULT_ALIGNMENT)
This class is used by DataViewCtrl to render progress bars.
The constructor.
label (string) –
varianttype (string) –
mode (DataViewCellMode) –
align (int) –