CellRendererSpinner

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

class CellRendererSpinner(**properties: Any)

Superclasses: CellRenderer, InitiallyUnowned, Object

Constructors:

CellRendererSpinner(**properties)
new() -> Gtk.CellRenderer

Constructors

class CellRendererSpinner
classmethod new() CellRenderer

Returns a new cell renderer which will show a spinner to indicate activity.

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

Properties

class CellRendererSpinner
props.active: bool
props.pulse: int

Pulse of the spinner. Increment this value to draw the next frame of the spinner animation. Usually, you would update this value in a timeout.

By default, the GtkSpinner widget draws one full cycle of the animation, consisting of 12 frames, in 750 milliseconds.

props.size: IconSize

The GtkIconSize value that specifies the size of the rendered spinner.