Description Usage Arguments Author(s)
Invokes callback
on each child of container
, including children
that are considered "internal" (implementation details of the
container). "Internal" children generally weren't added by the user
of the container, but were added by the container implementation
itself. Most applications should use gtkContainerForeach
,
rather than gtkContainerForall
.
1 | gtkContainerForall(object, callback, callback.data = NULL)
|
|
a |
|
a callback |
|
callback user data |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.