CellRendererSpin.adjustment

gtk.adjustment.Adjustment adjustment() @property

Get adjustment property.

Returns

The adjustment that holds the value of the spinbutton.

This must be non-null for the cell renderer to be editable.

void adjustment(gtk.adjustment.Adjustment propval) @property

Set adjustment property.

Parameters

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