Node.childPosition

Gets the position of a #GNode with respect to its siblings. @child must be a child of @node. The first child is numbered 0, the second 1, and so on.

class Node
int
childPosition

Parameters

child Node

a child of @node

Return Value

Type: int

the position of @child with respect to its siblings

Meta