add_actor


Description:

[ CCode ( vfunc_name = "add" ) ]
[ Version ( deprecated = true , deprecated_since = "1.10" , since = "0.4" ) ]
public abstract void add_actor (Actor actor)

Warning: add_actor is deprecated since 1.10.

Adds a Actor to this.

Note:

Use add_child instead.

This function will emit the "actor-added" signal. The actor should be parented to this. 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

actor

the first Actor to add