Stack.addTitled

Adds a child to stack. The child is identified by the name. The title will be used by gtk.StackSwitcher to represent child in a tab bar, so it should be short.

class Stack
void
addTitled
(,
string name
,
string title
)

Parameters

child Widget

the widget to add

name string

the name for child

title string

a human-readable title for child

Meta

Since

3.10