child_removed
Description:
[
HasEmitter ]
public virtual signal void child_removed (
Object child,
string name)
Will be emitted after the object
was removed from the child_proxy
.
Parameters:
name |
the name of the old child
|
object |
the Object that was removed
|