Package: gtk

Accessor gtk-scrollable-hadjustment

Lambda List

gtk-scrollable-hadjustment (object)

Syntax

(gtk-scrollable-hadjustment object) => hadjustment
(setf (gtk-scrollable-hadjustment object) hadjustment)

Arguments

object -- a gtk-scrollable widget
hadjustment -- a gtk-adjustment object

Details

Accessor of the hadjustment slot of the gtk-scrollable class.

The slot access function gtk-scrollabe-hadjustment retrieves the adjustment used for horizontal scrolling. The slot access function (setf gtk-scrollabe-hadjustment) sets the horizontal adjustment.
 

See also

2021-3-19