Leaflet.insertChildAfter

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

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

More...

Parameters

child gtk.widget.Widget

the widget to insert

sibling gtk.widget.Widget

the sibling after which to insert child

Return Value

Type: adw.leaflet_page.LeafletPage

the classLeafletPage for child

Detailed Description

Deprecated: See the migration guide