Package: gtk

Accessor gtk:assistant-pages

Lambda List

gtk:assistant-pages (object)

Syntax

(gtk:assistant-pages object) => pages
(setf (gtk:assistant-pages object) pages)

Arguments

object -- a gtk:assistant widget
pages -- a g:list-model object with the pages

Details

Accessor of the pages slot of the gtk:assistant class. The gtk:assistant-pages function gets a list model with the assistant pages.

Warning

The gtk:assistant implementation is deprecated since 4.10. This widget will be removed in GTK 5.
 

See also

2024-5-1