add_child


Description:

public abstract void add_child (CanvasItem child, int position)

Adds a child item to a container item at the given stack position.

Parameters:

this

the container to add the item to.

child

the item to add.

position

the position of the item, or -1 to place it last (at the top of the stacking order).