gtkContainerForeach {RGtk2}R Documentation

gtkContainerForeach

Description

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.

Usage

gtkContainerForeach(object, callback, callback.data = NULL)

Arguments

object [GtkContainer] a GtkContainer
callback [GtkCallback] a callback
callback.data [R object] callback user data

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]