addTitled

fun addTitled(child: <Error class: unknown class>, name: String? = null, title: String): ViewStackPage

Adds a child to @self.

The child is identified by the @name. The @title will be used by class@ViewSwitcher to represent @child, so it should be short.

Return

the AdwViewStackPage for @child

Parameters

child

the widget to add

name

the name for @child

title

a human-readable title for @child