Package: gtk

Accessor gtk:stack-child-name

Lambda List

gtk:stack-child-name (container child)

Syntax

(gtk:stack-child-name container child) => name)
(setf (gtk:stack-child-name container child) name)

Arguments

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

Details

The accessor for the name child property gets or sets the name of the child page.
 

See also

2026-06-19