Package: gtk

Function gtk:stack-child-by-name

Lambda List

gtk:stack-child-by-name (stack name)

Arguments

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

Return Value

The requested gtk:widget child page of the stack.

Details

Finds the child page of the stack with the name given as the argument. Returns nil if there is no child page with this name.
 

See also

2025-4-23