Package: gtk

Accessor gtk-spin-button-value

Lambda List

gtk-spin-button-value (object)

Syntax

(gtk-spin-button-value object) => value
(setf (gtk-spin-button-value object) value)

Arguments

spin-button -- a gtk-spin-button widget
value -- a double float with the value of the spin button

Details

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

The slot access function gtk-spin-button-value gets the value of the spin button. The slot access function (setf gtk-spin-button-value) sets the value.
 

See also

2021-2-10