containers {RGtk2} | R Documentation |
This utility gets the nth child from a GtkContainer
.
"[[.GtkContainer(x, child)"
x |
The GtkContainer object |
child |
The index of the child to retrieve from the container |
The widget at index 'child' in the vector of children in the GtkContainer
Michael Lawrence