Package: gtk

Accessor gtk:range-round-digits

Lambda List

gtk:range-round-digits (object)

Syntax

(gtk:range-round-digits object) => round-digits
(setf (gtk:range-round-digits object) round-digits)

Arguments

object -- a gtk:range widget
round-digits -- an integer for the precision in digits, or -1

Details

The accessor for the round-digits slot of the gtk:range class gets or sets the number of digits to round the value to when it changes. See the "change-value" signal.
 

See also

2025-08-12