Inserts a GNode beneath the parent after the given sibling.
the sibling GNode to place node after. If sibling is NULL, the node is inserted as the first child of parent.
the GNode to insert
the inserted GNode
See Implementation
Inserts a GNode beneath the parent after the given sibling.