[ Version ( since = "1.10" ) ]
public void set_child_below_sibling (Actor child, Actor? sibling)
Sets child
to be below sibling
in the list of children of this.
If sibling
is null
, child
will be the new first child of this.
This function is logically equivalent to removing this and using
insert_child_below, but it will not emit signals or change state on
child
.
this |
a Actor |
child |
a Actor child of this |
sibling |
a Actor child of this, or |