Package: gtk

Accessor gtk-spin-button-adjustment

Lambda List

gtk-spin-button-adjustment (object)

Syntax

(gtk-spin-button-adjustment object) => adjustment
(setf (gtk-spint-button-adjustment object) adjustment)

Arguments

object -- a gtk-spin-button widget
adjustment -- a gtk-adjustment object to replace the existing adjustment

Details

Accessor of the adjustment slot of the gtk-spin-button class.

The slot access function gtk-spin-button-adjustment gets the adjustment associated with a spin button. The slot access function (setf gtk-spin-button-adjustment) replaces the adjustment.
 

See also

2021-2-10