Package: gtk

Accessor gtk-adjustment-value

Lambda List

gtk-adjustment-value (object)

Syntax

(gtk-adjustment-value object) => value
(setf (gtk-adjustment-value object) value)

Arguments

object -- a gtk-adjustment object
value -- a double float with the value

Details

Accessor of the value slot of the gtk-adjustment class.

The gtk-adjustment-value slot access function gets the current value of the adjustment. The (setf gtk-adjustment-value) slot access function sets the adjustment value. The value is clamped to lie between the lower and upper values.

Note that for adjustments which are used in a gtk-scrollbar widget, the effective range of allowed values goes from the lower to (upper - page-size) values.
 

See also

*2021-12-18