Learn R Programming

RGtk2 (version 2.8.7)

children: Get child widgets of a Gtk container

Description

DEPRECATED!! (compatibility wrappers for RGtk 1!)

This returns a list of the widgets that are currently contained or managed by a particular Gtk container widget.

Usage

gtkChildren(object)
gtkParent(object)

Arguments

Value

For gtkChildren, a list with each element corresponding to a child in the container widget.

References

http://www.gtk.org http://www.omegahat.org/RGtk

See Also

gtkParent