CellRendererSpin

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

class CellRendererSpin(**properties: Any)

Superclasses: CellRendererText, CellRenderer, InitiallyUnowned, Object

Constructors:

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

Constructors

class CellRendererSpin
classmethod new() CellRenderer

Creates a new GtkCellRendererSpin.

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

Properties

class CellRendererSpin
props.adjustment: Adjustment

The adjustment that holds the value of the spinbutton. This must be non-None for the cell renderer to be editable.

props.climb_rate: float

The acceleration rate when you hold down a button.

props.digits: int

The number of decimal places to display.