Package: gtk

Function gtk:container-foreach

Lambda List

gtk:container-foreach (container func)

Arguments

container -- a gtk:container widget
func -- a gtk:gtk-callback callback function

Details

Invokes a function on each non-internal child of the container. See the gtk:container-forall function for details on what constitutes an "internal" child. Most applications should use the gtk:container-foreach function, rather than the gtk:container-forall function.
 

See also

2023-3-3