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.
| this |
a box |
| child |
the widget to insert |
| sibling |
the sibling after which to insert |