Box.insertChildAfter

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

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

class Box
void
insertChildAfter

Parameters

child gtk.widget.Widget

the gtk.widget.Widget to insert

sibling gtk.widget.Widget

the sibling after which to insert child