Package: gtk

Accessor gtk:spin-button-digits

Lambda List

gtk:spin-button-digits (object)

Syntax

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

Arguments

object -- a gtk:spin-button widget
digits -- an unsigned integer for the number of digits after the decimal point to be displayed for the spin button's value

Details

The accessor for the digits slot gets or sets the precision to be displayed by the spin button. Up to 20 digit precision is allowed.
 

See also

2026-06-28