Box.insertChildAfter

void insertChildAfter(gtk.widget.Widget child, gtk.widget.Widget sibling = null)

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

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

Parameters

childthe [gtk.widget.Widget] to insert
siblingthe sibling after which to insert child