Package: gtk

Accessor gtk:spin-button-climb-rate

Lambda List

gtk:spin-button-climb-rate (object)

Syntax

(gtk:spin-button-climb-rate object) => rate
(setf (gtk:spint-button-climb-rate object) rate)

Arguments

object -- a gtk:spin-button widget
rate -- a number coerced to a double float for the acceleration rate

Details

Accessor of the climb-rate slot of the gtk:spin-button class. The gtk:spin-button-climb-rate function gets the acceleration rate when you hold down a button. The (setf gtk:spin-button-climb-rate) function sets the acceleration rate.
 

See also

2025-05-31