gtkContainerGetChildren {RGtk2}R Documentation

gtkContainerGetChildren

Description

Returns the container's non-internal children. See gtkContainerForall for details on what constitutes an "internal" child.

Usage

gtkContainerGetChildren(object)

Arguments

object [GtkContainer] a GtkContainer

Value

[list] a newly-allocated list of the container's non-internal children.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]