Inserts child in the position after sibling in the list of this children.
If sibling is `NULL`, inserts child at the first position.
| this |
a wrap box |
| child |
the widget to insert |
| sibling |
the sibling after which to insert |