Leaflet.reorderChildAfter

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

If sibling is NULL, moves child to the first position.

More...
class Leaflet
void
reorderChildAfter

Parameters

child gtk.widget.Widget

the widget to move, must be a child of self

sibling gtk.widget.Widget

the sibling to move child after

Detailed Description

Deprecated: See the migration guide