Package: gtk

Function gtk:stack-add-titled

Lambda List

gtk:stack-add-titled (stack child name title)

Arguments

stack -- a gtk:stack widget
child -- a gtk:widget child widget to add
name -- a string for the name of the child page
title -- a string for a human readable title for 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. The title will be used by the gtk:stack-switcher widget to represent the child page in a tab bar, so it should be short.
 

See also

2025-4-23