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

a GtkContainer

Value

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

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]