Package: gtk

Accessor gtk:notebook-page

Lambda List

gtk:notebook-page (object)

Syntax

(gtk:notebook-page object) => page
(setf (gtk:notebook-page object) page)

Arguments

object -- a gtk:notebook widget
page -- an integer for the index of the current page

Details

The accessor for the page slot of the gtk:notebook class gets or sets the index of the current page.
 

See also

2025-07-31