Package: gtk

Accessor gtk-adjustment-upper

Lambda List

gtk-adjustment-upper (object)

Syntax

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

Arguments

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

Details

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

The gtk-adjustment-upper slot access function retrieves the maximum value of the adjustment. The (setf gtk-adjustment-upper) slot access function sets the maximum value of the adjustment.

Note that values will be restricted by the (upper - page-size) value if the page-size value is nonzero.

See the gtk-adjustment-lower slot access function about how to compress multiple emissions of the "changed" signal when setting multiple adjustment properties.
 

See also

2021-12-18