Package: gtk

Accessor gtk:scrolled-window-max-content-height

Lambda List

gtk:scrolled-window-max-content-height (object)

Syntax

(gtk:scrolled-window-max-content-height object) => height
(setf (gtk:scrolled-window-max-content-height object) height)

Arguments

object -- a gtk:scrolled-window widget
height -- an integer for the maximum content height

Details

The accessor for the max-content-height slot of the gtk:scrolled-window class gets or sets the maximum content height that the scrolled window should keep visible. The scrolled window will grow up to this height before it starts scrolling the content.

It is a programming error to set the maximum content height to a value smaller than the min-content-height value.
 

See also

2025-09-27