Package: gtk

Function gtk-range-value

Lambda List

gtk-range-value (range)

Syntax

(gtk-range-value range) => value
(setf (gtk-range-value range) value)

Arguments

range -- a gtk-range widget
value -- a double float with the value of the range

Details

Accessor of the value of the range.

The gtk-range-value function gets the current value of the range. The (setf gtk-range-value) function sets the current value of the range.

If the value is outside the minimum or maximum range values, it will be clamped to fit inside them. The range emits the "value-changed" signal if the value changes.
 

See also

2021-12-26