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 with the precision in digits, or -1

Details

Accessor of the round-digits slot of the gtk:range class. The gtk:range-round-digits function gets the number of digits to round the value to when it changes. The (setf gtk:range-round-digits) function sets the number of digits to round the value to when it changes. See the "change-value" signal.
 

See also

2023-8-24