Package: gtk

Accessor gtk-scrolled-window-min-content-height

Lambda List

gtk-scrolled-window-min-content-height (object)

Syntax

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

Arguments

object -- a gtk-scrolled-window widget
height -- an integer with the minimal content height

Details

Accessor of the min-content-height slot of the gtk-scrolled-window class.

The gtk-scrolled-window-min-content-height slot access function gets the minimal content height 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. The (setf gtk-scrolled-window-min-content-heigth) slot access function sets the minimum height.
 

See also

2021-10-14