Package: gtk
Function gtk:stack-add-titled
Lambda Listgtk:stack-add-titled (stack child name title) Argumentsstack -- 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 ValueThe 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