Package: gtk

Accessor gtk:spin-button-numeric

Lambda List

gtk:spin-button-numeric (object)

Syntax

(gtk:spin-button-numeric object) => numeric
(setf (gtk:spin-button-numeric object) numeric)

Arguments

object -- a gtk:spin-button widget
numeric -- a boolean indicating if only numeric entry is allowed

Details

The accessor for the numeric slot of the gtk:spin-button class gets or sets whether non numeric text can be typed into the spin button.
 

See also

2025-09-25