Box.reorderChildAfter

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

Moves child to the position after sibling in the list of box children.

If sibling is null, move child to the first position.

Parameters

childthe gtk.widget.Widget to move, must be a child of box
siblingthe sibling to move child after