Package: gtk

Accessor gtk-spin-button-wrap

Lambda List

gtk-spin-button-wrap (object)

Syntax

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

Arguments

object -- a gtk-spin-button widget
wrap -- a boolean indicating if wrapping behavior is performed

Details

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

The slot access function gtk-spin-button returns whether the spin button's value wraps around to the opposite limit when the upper or lower limit of the range is exceeded. The slot access function (setf gtk-spin-button) sets the flag that determines if a spin button value wraps around.
 

See also

2021-2-10