Package: gtk

Accessor gtk:stack-child-position

Lambda List

gtk:stack-child-position (container child)

Syntax

(gtk:stack-child-position container child) => pos)
(setf (gtk:stack-child-position container child) pos)

Arguments

container -- a gtk:stack widget
child -- a gtk:widget child widget
pos -- an integer for the index of the child page in the parent

Details

Accessor of the position child property of the gtk:stack class. The index of the child page in the parent.
 

See also

2025-06-27