Package: gtk

Accessor gtk:scale-digits

Lambda List

gtk:scale-digits (object)

Syntax

(gtk:scale-digits object) => digits
(setf (gtk:scale-digits object) digits)

Arguments

object -- a gtk:scale widget
digits -- an integer for the number of decimal places to display

Details

The accessor for the digits slot of the gtk:scale class gets or sets the number of decimal places that are displayed. Also causes the value of the adjustment to be rounded off to this number of digits, so the retrieved value matches the value the user saw.
 

See also

2025-08-20