CellRendererProgress#

Deprecated since version 4.10: List views use widgets to display their contents. You should use ProgressBar instead

class CellRendererProgress(**properties: Any)#

Superclasses: CellRenderer, InitiallyUnowned, Object

Implemented Interfaces: Orientable

Renders numbers as progress bars

GtkCellRendererProgress renders a numeric value as a progress par in a cell. Additionally, it can display a text on top of the progress bar.

Constructors#

class CellRendererProgress
classmethod new() CellRenderer#

Creates a new GtkCellRendererProgress.

Deprecated since version 4.10: Please do not use it in newly written code

Properties#

class CellRendererProgress
props.inverted: bool#

The type of the None singleton.

props.pulse: int#

The type of the None singleton.

props.text: str#

The type of the None singleton.

props.text_xalign: float#

The type of the None singleton.

props.text_yalign: float#

The type of the None singleton.

props.value: int#

The type of the None singleton.