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 with the minimal content width

Details

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

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

See also

2021-10-14