gtkContainerForeach {RGtk2} | R Documentation |
Invokes callback
on each non-internal child of container
. See
gtkContainerForall
for details on what constitutes an
"internal" child. Most applications should use
gtkContainerForeach
, rather than gtkContainerForall
.
gtkContainerForeach(object, callback, callback.data = NULL)
|
[GtkContainer ] a GtkContainer |
|
[GtkCallback ] a callback |
|
[R object] callback user data |
Derived by RGtkGen from GTK+ documentation