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 number coerced to a double float for the value of the scale button

Details

The accessor for the value slot of the gtk:scale-button class gets or sets the current value of the scale button.

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

2025-08-06