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

Accessor of the child slot of the gtk:scrolled-window class. The gtk:scrolled-window-child function gets the child widget of the scrolled window. The (setf gtk:scrolled-window-child) sets the child widget.
 

See also

2024-7-5