Package: gtk

Function gtk:layout-manager-layout-child

Lambda List

gtk:layout-manager-layout-child (layout child)

Arguments

layout -- a gtk:layout-manager object
child -- a gtk:widget child widget

Return Value

The gtk:layout-child object for layout.

Details

Retrieves a gtk:layout-child object for the gtk:layout-manager object, creating one if necessary. The child widget must be a child of the widget using the layout manager.

The gtk:layout-child object is owned by the gtk:layout-manager object, and is guaranteed to exist as long child is a child of the gtk:widget object using the given layout manager.
 

See also

2024-10-14