Package: gtk

Accessor gtk:scrollable-vscroll-policy

Lambda List

gtk:scrollable-vscroll-policy (object)

Syntax

(gtk:scrollable-vscroll-policy object) => policy
(setf (gtk:scrollable-vscroll-policy object) policy)

Arguments

object -- a gtk:scrollable widget
policy -- a gtk:scrollable-policy value for the vertical scrolling policy

Details

Accessor of the vscroll-policy slot of the gtk:scrollable interface. The gtk:scrollable-vscroll-policy function gets the vertical scrolling policy which determines whether vertical scrolling should start below the minimum height or below the natural height. The (setf gtk:scrollable-hscroll-policy) function sets the vertical scrolling policy.
 

See also

2023-8-6