Package: gtk

Accessor gtk-scrolled-window-hadjustment

Lambda List

gtk-scrolled-window-hadjustment (object)

Syntax

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

Arguments

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

Details

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

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

See also

2021-10-14