Package: gtk

Accessor gtk:scrolled-window-min-content-width

Lambda List

gtk:scrolled-window-min-content-width (object)

Syntax

(gtk:scrolled-window-min-content-width object) => width
(setf (gtk:scrolled-window-min-content-width object) width)

Arguments

object -- a gtk:scrolled-window widget
width -- an integer for the minimal content width

Details

The accessor for the min-content-width slot of the gtk:scrolled-window class gets or sets the minimum content width of the scrolled window that the scrolled window should keep visible. Note that this can and, usually will, be smaller than the minimum size of the content.
 

See also

2025-09-27