Package: gtk
Function gtk-container-forall
Lambda Listgtk-container-forall (container func) ArgumentsDetails
Invokes a function on each child of the container, including children that
are considered "internal", implementation details of the container.
"Internal" children generally were not added by the user of the container,
but were added by the container implementation itself. Most applications should use the gtk-container-foreach function, rather than the gtk-container-forall function. | See also |
*2021-11-18