Node.insert

Inserts a glib.Node beneath the parent at the given position.

class Node
insert

Parameters

position int

the position to place node at, with respect to its siblings If position is -1, node is inserted as the last child of parent

node Node

the glib.Node to insert

Return Value

Type: Node

the inserted glib.Node