Virtual Method
ClutterContaineradd
Declaration [src]
void
add (
ClutterContainer* container,
ClutterActor* actor
)
Description [src]
Adds a ClutterActor
to container
. This function will emit the
“actor-added” signal. The actor should be parented to
container
. You cannot add a ClutterActor
to more than one
ClutterContainer
.
This function will call ClutterContainerIface
.add(), which is a
deprecated virtual function. The default implementation will
call clutter_actor_add_child().
Available since: | 0.4 |
Deprecated since: | 1.10 |
Use |
Parameters
actor |
ClutterActor |
The first |
|
The data is owned by the caller of the function. |