:right-sidebar: True CellRendererSpinner =================================================================== .. currentmodule:: gi.repository.Gtk .. deprecated:: 4.10 List views use widgets to display their contents. You should use :obj:`~gi.repository.Gtk.Spinner` instead .. class:: CellRendererSpinner(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.Gtk.CellRenderer`, :class:`~gi.repository.GObject.InitiallyUnowned`, :class:`~gi.repository.GObject.Object` :Constructors: :: CellRendererSpinner(**properties) new() -> Gtk.CellRenderer Constructors ------------ .. rst-class:: interim-class .. class:: CellRendererSpinner :no-index: .. classmethod:: new() -> ~gi.repository.Gtk.CellRenderer Returns a new cell renderer which will show a spinner to indicate activity. .. deprecated:: 4.10 Please do not use it in newly written code Properties ---------- .. rst-class:: interim-class .. class:: CellRendererSpinner :no-index: .. attribute:: props.active :type: bool .. attribute:: props.pulse :type: 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. .. attribute:: props.size :type: ~gi.repository.Gtk.IconSize The ``GtkIconSize`` value that specifies the size of the rendered spinner.