Package: gtk

Accessor gtk:viewport-scroll-to-focus

Lambda List

gtk:viewport-scroll-to-focus (object)

Syntax

(gtk:viewport-scroll-to-focus object) => setting
(setf (gtk:viewport-scroll-to-focus object) setting)

Arguments

object -- a gtk:viewport widget
setting -- a boolean whether to keep the focus widget scrolled to view

Details

The accessor for the scroll-to-focus slot of the gtk:viewport class gets or sets whether the viewport should automatically scroll to keep the focused child in view.
 

See also

2025-09-29