:right-sidebar: True CellRendererSpin =================================================================== .. currentmodule:: gi.repository.Gtk .. deprecated:: 4.10 List views use widgets to display their contents. You should use :obj:`~gi.repository.Gtk.SpinButton` instead .. class:: CellRendererSpin(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.Gtk.CellRendererText`, :class:`~gi.repository.Gtk.CellRenderer`, :class:`~gi.repository.GObject.InitiallyUnowned`, :class:`~gi.repository.GObject.Object` :Constructors: :: CellRendererSpin(**properties) new() -> Gtk.CellRenderer Constructors ------------ .. rst-class:: interim-class .. class:: CellRendererSpin :no-index: .. classmethod:: new() -> ~gi.repository.Gtk.CellRenderer Creates a new ``GtkCellRendererSpin``. .. deprecated:: 4.10 Please do not use it in newly written code Properties ---------- .. rst-class:: interim-class .. class:: CellRendererSpin :no-index: .. attribute:: props.adjustment :type: ~gi.repository.Gtk.Adjustment The adjustment that holds the value of the spinbutton. This must be non-:const:`None` for the cell renderer to be editable. .. attribute:: props.climb_rate :type: float The acceleration rate when you hold down a button. .. attribute:: props.digits :type: int The number of decimal places to display.