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 Widget

the GtkWidget to insert

sibling Widget

the sibling after which to insert @child

Meta