insert_child_after


Description:

public void insert_child_after (Widget child, Widget? sibling)

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 child