insert_child_after


Description:

public unowned LeafletPage insert_child_after (Widget child, Widget? sibling)

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

Note:

See [the migration guide](migrating-to-breakpoints.html#replace-adwleaflet)

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

Parameters:

this

a leaflet

child

the widget to insert

sibling

the sibling after which to insert child

Returns:

the [class@LeafletPage] for child