Package: gtk

Function gtk:stack-add-named

Lambda List

gtk:stack-add-named (stack child name)

Arguments

stack -- a gtk:stack widget
child -- a gtk:widget child widget to add
name -- a string for the name of the child page

Return Value

The gtk:stack-page object for child.

Details

Adds a child page to the stack. The child page is identified by name.
 

See also

2025-4-23