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

The accessor for the wrap slot of the gtk:spin-button class gets or sets whether the value of the spin button wraps around to the opposite limit when the upper or lower limit of the range is exceeded.
 

See also

2025-09-25