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-wrap function returns whether the value of the spin button wraps around to the opposite limit when the upper or lower limit of the range is exceeded. The (setf gtk:spin-button-wrap) function sets the flag that determines if a spin button value wraps around.
 

See also

2023-9-30