add


Description:

public void add (Actor[] actors)

Adds a list of Actors to this.

Note:

Use add_child instead.

Each time and actor is added, the "actor-added" signal is emitted. Each actor should be parented to this, which takes a reference on the actor. You cannot add a Actor to more than one Container.

This function will call ClutterContainerIface.add, which is a deprecated virtual function. The default implementation will call add_child.

Parameters:

this

a Container

first_actor

the first Actor to add

...

null terminated list of actors to add