Package: gtk

Accessor gtk:notebook-pages

Lambda List

gtk:notebook-pages (object)

Syntax

(gtk:notebook-pages object) => pages

Arguments

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

Details

Accessor of the pages slot of the gtk:notebook class. The gtk:notebook-pages function returns a g:list-model object that contains the pages of the notebook, and can be used to keep an up-to-date view.
 

See also

2024-10-4