Package: gtk

Accessor gtk:stack-pages

Lambda List

gtk:stack-pages (object)

Syntax

(gtk:stack-pages object) => pages

Arguments

object -- a gtk:stack widget
pages -- a gtk:selection-model object with the stacks pages

Details

Accessor of the pages slot of the gtk:stack class. The gtk:stack-pages function returns a g:list-model object that contains the pages of the stack, and can be used to keep an up-to-date view. The model also implements the gtk:selection-model object and can be used to track and modify the visible page.
 

See also

2024-4-15