Stack.addNamed

Adds a child to @stack.

The child is identified by the @name.

class Stack
addNamed
(,
string name
)

Parameters

child Widget

the widget to add

name string

the name for @child or %NULL

Return Value

Type: StackPage

the GtkStackPage for @child

Meta