addTitledWithIcon

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

Adds a child to @self.

The child is identified by the @name. The @title and @icon_name will be used by class@ViewSwitcher to represent @child.

Return

the AdwViewStackPage for @child

Since

1.2

Parameters

child

the widget to add

name

the name for @child

title

a human-readable title for @child

iconName

an icon name for @child