Package: gtk

Accessor gtk-scrolled-window-vadjustment

Lambda List

gtk-scrolled-window-vadjustment (object)

Syntax

(gtk-scrolled-window-vadjustment object) => adjustment
(setf (gtk-scrolled-window-vadjustment object) adjustment)

Arguments

object -- a gtk-scrolled-window widget
adjustment -- a gtk-adjustment object with the vertical scroll adjustment

Details

Accessor of the vadjustment slot of the gtk-scrolled-window class.

The gtk-scrolled-window-vadjustment slot access function returns the vertical adjustment of the scrollbar, used to connect the vertical scrollbar to the vertical scroll functionality of the child widget. The (setf gtk-scrolled-window-vadjustment) slot access function sets the adjusment for the vertical scrollbar.
 

See also

2021-10-14