Package: gtk

Accessor gtk:window-child

Lambda List

gtk:window-child (object)

Syntax

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

Arguments

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

Details

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

See also

2025-07-28