Package: gtk

Accessor gtk:scrolled-window-propagate-natural-width

Lambda List

gtk:scrolled-window-propagate-natural-width (object)

Syntax

(gtk:scrolled-window-propagate-natural-width object) => propagate
(setf (gtk:scrolled-window-propagate-natural-width object) propagate)

Arguments

object -- a gtk:scrolled-window widget
propagate -- a boolean whether to propagate natural width

Details

The accessor for the propagate-natural-width slot of the gtk:scrolled-window class gets or sets whether the natural width of the child will be calculated and propagated through the requested natural width of the scrolled window.
 

See also

2025-09-27