:right-sidebar: True CellRendererProgress =================================================================== .. currentmodule:: gi.repository.Gtk .. deprecated:: 4.10 List views use widgets to display their contents. You should use :obj:`~gi.repository.Gtk.ProgressBar` instead .. class:: CellRendererProgress(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.Gtk.CellRenderer`, :class:`~gi.repository.GObject.InitiallyUnowned`, :class:`~gi.repository.GObject.Object` Implemented Interfaces: :class:`~gi.repository.Gtk.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 ------------ .. rst-class:: interim-class .. class:: CellRendererProgress :no-index: .. classmethod:: new() -> ~gi.repository.Gtk.CellRenderer Creates a new ``GtkCellRendererProgress``. .. deprecated:: 4.10 Please do not use it in newly written code Properties ---------- .. rst-class:: interim-class .. class:: CellRendererProgress :no-index: .. attribute:: props.inverted :type: bool The type of the None singleton. .. attribute:: props.pulse :type: int The type of the None singleton. .. attribute:: props.text :type: str The type of the None singleton. .. attribute:: props.text_xalign :type: float The type of the None singleton. .. attribute:: props.text_yalign :type: float The type of the None singleton. .. attribute:: props.value :type: int The type of the None singleton.