add
Description:
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 | |
first_actor |
the first Actor to add |
... |
|