addNamed

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

Adds a child to @stack.

The child is identified by the @name.

Return

the GtkStackPage for @child

Parameters

child

the widget to add

name

the name for @child