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

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

See also

2024-10-2