add_child


Description:

public abstract void add_child (CanvasItemModel child, int position)

Adds a child at the given stack position.

Parameters:

this

an item model.

child

the child to add.

position

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