reorder_child_after
Description:
Moves a child to a different position.
The child is moved to the position 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 move, must be a child of this |
| sibling |
the sibling to move |