Package: gtk

Function gtk:widget-observe-children

Lambda List

gtk:widget-observe-children (widget)

Arguments

widget -- a gtk:widget object

Return Value

The g:list-model object tracking the children of widet.

Details

Returns a g:list-model object to track the children of widget.

Calling this function will enable extra internal bookkeeping to track children and emit signals on the returned list model. It may slow down operations a lot. Applications should try hard to avoid calling this function because of the slowdowns.
 

See also

#2024-12-9