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 with the number of digits after the decimal point to be displayed for the spin button's value

Details

Accessor of the digits slot of the gtk:spin-button class. The gtk:spin-button-digits function fetches the precision to be displayed by the spin button. The (setf gtk:spin-button-digits) function sets the precision. Up to 20 digit precision is allowed.
 

See also

2023-9-30