Box.reorderChildAfter

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

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

class Box
void
reorderChildAfter

Parameters

child gtk.widget.Widget

the gtk.widget.Widget to move, must be a child of box

sibling gtk.widget.Widget

the sibling to move child after