Gtk.CellRendererProgress

g GObject.GInterface GObject.GInterface Gtk.Orientable Gtk.Orientable GObject.GInterface->Gtk.Orientable GObject.InitiallyUnowned GObject.InitiallyUnowned Gtk.CellRenderer Gtk.CellRenderer GObject.InitiallyUnowned->Gtk.CellRenderer GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned Gtk.CellRendererProgress Gtk.CellRendererProgress Gtk.CellRenderer->Gtk.CellRendererProgress Gtk.Orientable->Gtk.CellRendererProgress

Subclasses:

None

Methods

Inherited:

Gtk.CellRenderer (27), GObject.Object (37), Gtk.Orientable (2)

Structs:

GObject.ObjectClass (5)

class

new ()

Virtual Methods

Inherited:

Gtk.CellRenderer (11), GObject.Object (7)

Properties

Inherited:

Gtk.CellRenderer (15), Gtk.Orientable (1)

Name

Type

Flags

Short Description

inverted

bool

r/w/en

pulse

int

r/w/en

text

str

r/w

text-xalign

float

r/w

text-yalign

float

r/w

value

int

r/w/en

Signals

Inherited:

Gtk.CellRenderer (2), GObject.Object (1)

Fields

Inherited:

Gtk.CellRenderer (2), GObject.Object (1)

Class Details

class Gtk.CellRendererProgress(**kwargs)
Bases:

Gtk.CellRenderer, Gtk.Orientable

Abstract:

No

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.

Deprecated since version 4.10: List views use widgets to display their contents. You should use [class`Gtk`.ProgressBar] instead

classmethod new()[source]
Returns:

the new cell renderer

Return type:

Gtk.CellRenderer

Creates a new GtkCellRendererProgress.

Deprecated since version 4.10.

Property Details

Gtk.CellRendererProgress.props.inverted
Name:

inverted

Type:

bool

Default Value:

False

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

Gtk.CellRendererProgress.props.pulse
Name:

pulse

Type:

int

Default Value:

-1

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

Setting this to a non-negative value causes the cell renderer to enter “activity mode”, where a block bounces back and forth to indicate that some progress is made, without specifying exactly how much.

Each increment of the property causes the block to move by a little bit.

To indicate that the activity has not started yet, set the property to zero. To indicate completion, set the property to GObject.G_MAXINT.

Gtk.CellRendererProgress.props.text
Name:

text

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE

The “text” property determines the label which will be drawn over the progress bar. Setting this property to None causes the default label to be displayed. Setting this property to an empty string causes no label to be displayed.

Gtk.CellRendererProgress.props.text_xalign
Name:

text-xalign

Type:

float

Default Value:

0.5

Flags:

READABLE, WRITABLE

The “text-xalign” property controls the horizontal alignment of the text in the progress bar. Valid values range from 0 (left) to 1 (right). Reserved for RTL layouts.

Gtk.CellRendererProgress.props.text_yalign
Name:

text-yalign

Type:

float

Default Value:

0.5

Flags:

READABLE, WRITABLE

The “text-yalign” property controls the vertical alignment of the text in the progress bar. Valid values range from 0 (top) to 1 (bottom).

Gtk.CellRendererProgress.props.value
Name:

value

Type:

int

Default Value:

0

Flags:

READABLE, WRITABLE, EXPLICIT_NOTIFY

The “value” property determines the percentage to which the progress bar will be “filled in”.