Package: gtk

Accessor gtk:container-child

Lambda List

gtk:container-child (object)

Syntax

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

Arguments

object -- a gtk:container widget
child -- a gtk:widget child widget

Details

Accessor of the child slot of the gtk:container class. Can be used to add a new child to the container.
 

See also

2023-3-3