classLeafletPage for childLeaflet.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
child | the widget to insert |
sibling | the sibling after which to insert child |
Returns
the