gtkContainerForall: gtkContainerForall

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

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.

Usage

1
gtkContainerForall(object, callback, callback.data = NULL)

Arguments

object

a GtkContainer

callback

a callback

callback.data

callback user data

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.