Package: gtk

Accessor gtk:scrollbar-adjustment

Lambda List

gtk:scrollbar-adjustment (object)

Syntax

(gtk:scrollbar-adjustment object) => adjustment
(setf (gtk:scrollbar-adjustment object) adjustment)

Arguments

object -- a gtk:scrollbar widget
adjustment -- a gtk:adjustment object

Details

The accessor for the adjustment slot of the gtk:scrollbar class gets or sets the adjustment that contains the current value of this scrollbar.
 

See also

2025-09-28