prepend

fun prepend(node: Node): Node(source)

Inserts a #GNode as the first child of the given parent.

Return

the inserted #GNode

Parameters

node

the #GNode to insert