Leaflet.insertChildAfter

adw.leaflet_page.LeafletPage insertChildAfter(gtk.widget.Widget child, gtk.widget.Widget sibling = null)

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

If sibling is NULL, inserts child at the first position.

Parameters

childthe widget to insert
siblingthe sibling after which to insert child

Returns

the classLeafletPage for child

Deprecated