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 gtk:spin-button-adjustment function gets the adjustment associated with a spin button. The (setf gtk:spin-button-adjustment) function replaces the adjustment.
 

See also

2023-9-30