remove_actor
Description:
[ CCode ( vfunc_name = "remove" ) ]
[ Version ( deprecated = true , deprecated_since = "1.10" , since = "0.4" ) ]
public abstract void remove_actor (Actor actor)
[ Version ( deprecated = true , deprecated_since = "1.10" , since = "0.4" ) ]
public abstract void remove_actor (Actor actor)
Warning: remove_actor is deprecated since 1.10.
Removes actor
from this.
Note:
Use remove_child instead.
The actor should be unparented, so if you want to keep it around you must hold a reference to it yourself, using @ref. When the actor has been removed, the "actor-removed" signal is emitted by this.
This function will call ClutterContainerIface.remove
, which is a deprecated virtual function. The default implementation will call
remove_child.
Parameters:
this | |
actor |
a Actor |