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

Accessor of the numeric slot of the gtk:spin-button class. The gtk:spin-button-numeric function returns whether non numeric text can be typed into the spin button. The (setf gtk:spin-button-numeric) function sets the flag.
 

See also

2023-9-30