Package: gtk

Accessor gtk-scale-button-value

Lambda List

gtk-scale-button-value (object)

Syntax

(gtk-scale-button-value object) => value
(setf (gtk-scale-button-value object) value)

Arguments

object -- a gtk-scale-button widget
value -- a double float with the value of the scale button

Details

Accessor of the value slot of the gtk-scale-button class.

The gtk-scale-button-value slot access function gets the current value of the scale button. The (setf gtk-scale-button-value) slot access function sets the current value.

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

See also

2021-12-23