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 slot access function gtk-spin-button-numeric returns whether non numeric text can be typed into the spin button. The slot access function (setf gtk-spin-button-numeric) sets the flag.
 

See also

2021-2-10