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