add_named


Description:

public unowned ViewStackPage add_named (Widget child, string? name)

Adds a child to this.

The child is identified by the name.

Parameters:

this

a view stack

child

the widget to add

name

the name for child

Returns:

the `AdwViewStackPage` for child