insert_child_after


Description:

public void insert_child_after (Widget child, Widget? sibling)

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

If sibling is null, insert child at the first position.

Parameters:

this

a `GtkBox`

child

the `GtkWidget` to insert

sibling

the sibling after which to insert child