deep_element_removed
Description:
[
Version ( since =
"1.10" ) ]
public virtual signal void deep_element_removed (
Bin sub_bin,
Element child)
Will be emitted after the element was removed from sub_bin
.
Parameters:
sub_bin |
the Bin the element was removed from
|
element |
the Element that was removed from sub_bin
|