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

Accessor of the adjustment slot of the gtk:scrollbar class. The gtk:scrollbar-adjustment function returns the adjustment of the scrollbar. The (setf gtk:scrollbar-adjustment) function makes the scrollbar use the given adjustment.
 

See also

2023-8-6