remove
Description:
[ Version ( deprecated = true , deprecated_since = "1.10" , since = "0.4" ) ]
public void remove (...)
public void remove (...)
Warning: remove is deprecated since 1.10.
Removes a null
terminated list of Actors from
this.
Note:
Use remove_child instead.
Each actor should be unparented, so if you want to keep it around you must hold a reference to it yourself, using @ref. Each time an actor is 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 | |
... |
a |
first_actor |
first Actor to remove |