insert_child_after


Description:

[ Version ( since = "1.2" ) ]
public void insert_child_after (Widget child, Widget? sibling)

Inserts child in the position after sibling in the list of children.

If sibling is `NULL`, inserts child at the first position.

Parameters:

this

a deck

child

the widget to insert

sibling

the sibling after which to insert child