children: Get child widgets of a Gtk container

Description Usage Arguments Value Note Author(s) References See Also

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

1
2
gtkChildren(object)
gtkParent(object)

Arguments

w

the Gtk widget object whose children or parent widget(s) are to be retrieved. For gtkChildren, the object should be an object that inherits from the class GtkContainer.

Value

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

Note

THIS STUFF IS VERY OLD AND DEPRECATED (compatibility wrappers for RGtk 1)

This is a slightly modified function from Duncan's original. It now always behaves as if the former argument FULL is TRUE.

This is an extra-ordinarily early release intended to encourage others to contribute code, etc.

Author(s)

Duncan Temple Lang

References

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

See Also

gtkParent


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

Related to children in RGtk2...