Node.insertAfter

Inserts a glib.Node beneath the parent after the given sibling.

class Node
insertAfter

Parameters

sibling Node

the sibling glib.Node to place node after. If sibling is NULL, the node is inserted as the first child of parent.

node Node

the glib.Node to insert

Return Value

Type: Node

the inserted glib.Node