phoenix_title wx.dataview.DataViewProgressRenderer

This class is used by wx.dataview.DataViewCtrl to render progress bars.


class_hierarchy Class Hierarchy

Inheritance diagram for class DataViewProgressRenderer:

method_summary Methods Summary

__init__

The constructor.

GetDefaultType

Returns the Variant type used with this renderer.


api Class API

class wx.dataview.DataViewProgressRenderer(DataViewRenderer)

Possible constructors:

DataViewProgressRenderer(label: str='', varianttype:
                         str=DataViewProgressRenderer.GetDefaultType(), mode:
                         DataViewCellMode=DATAVIEW_CELL_INERT, align: int=DVR_DEFAULT_ALIGNMENT)
                         -> None

This class is used by DataViewCtrl to render progress bars.


Methods

__init__(self, label: str='', varianttype: str=DataViewProgressRenderer.GetDefaultType(), mode: DataViewCellMode=DATAVIEW_CELL_INERT, align: int=DVR_DEFAULT_ALIGNMENT)

The constructor.

Parameters:
  • label (string) –

  • varianttype (string) –

  • mode (DataViewCellMode) –

  • align (int) –

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.