Package: gtk

Accessor gtk:scrolled-window-child

Lambda List

gtk:scrolled-window-child (object)

Syntax

(gtk:scrolled-window-child object) => child
(setf (gtk:scrolled-window-child object) child)

Arguments

object -- a gtk:scrolled-window widget
child -- a gtk:widget child widget

Details

The accessor for the child slot of the gtk:scrolled-window class gets or sets the child widget of the scrolled window.
 

See also

2025-09-27