insert_child_after
Description:
Inserts a child at a specific position.
The child is added after sibling
in the list of this children.
If sibling
is `NULL`, the child
is placed at the beginning.
Parameters:
this |
a box |
child |
the widget to insert |
sibling |
the sibling after which to insert |