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 interface. The gtk:scrollable-hadjustment function retrieves the adjustment used for horizontal scrolling. The (setf gtk:scrollable-hadjustment) function sets the horizontal adjustment.
 

See also

2023-8-6