Package: gtk

Accessor gtk:spin-button-update-policy

Lambda List

gtk:spin-button-update-policy (object)

Syntax

(gtk:spin-button-update-policy object) => update-policy
(setf (gtk:spin-button-upadate-policy object) update-policy)

Arguments

object -- a gtk:spin-button widget
policy -- a value of the gtk:spin-button-update-policy enumeration

Details

Accessor of the update-policy slot of the gtk:spin-button class. The gtk:spin-button-update-policy function gets the update behavior of a spin button. The (setf gtk:spin-button-update-policy) function sets the update behavior. This determines whether the spin button is always updated or only when a valid value is set.
 

See also

2023-9-30