Node.nthChild

Gets a child of a glib.Node, using the given index. The first child is at index 0. If the index is too big, NULL is returned.

class Node
nthChild
(
uint n
)

Parameters

n uint

the index of the desired child

Return Value

Type: Node

the child of node at index n