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 function gets the current value of the scale button. The (setf gtk:scale-button-value) function sets the current value.

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

See also

2024-11-3