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 gtk:spin-button function 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 (setf gtk:spin-button) function sets the flag that determines if a spin button value wraps around.
 

See also

#2023-3-12