addTitled

open fun addTitled(child: Widget, name: String? = null, title: String): StackPage

Adds a child to @stack.

The child is identified by the @name. The @title will be used by GtkStackSwitcher to represent

Return

the GtkStackPage for @child

Parameters

child

the widget to add

name

the name for @child

title

a human-readable title for @child