Package: gtk

Accessor gtk-scrollable-hscroll-policy

Lambda List

gtk-scrollable-hscroll-policy (object)

Syntax

(gtk-scrollable-hscroll-policy object) => policy
(setf (gtk-scrollable-hscroll-policy object) policy)

Arguments

object -- a gtk-scrollable widget
policy -- a gtk-scrollable-policy value for the horizontal scrolling policy

Details

Accessor of the hscroll-policy slot of the gtk-scrollable class.

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

See also

2021-3-19