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 class.

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

See also

2021-3-19