Package: gtk

Accessor gtk:notebook-page-position

Lambda List

gtk:notebook-page-position (object)

Syntax

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

Arguments

object -- a gtk:notebook-page object
position -- an integer for the index of the child widget in the parent

Details

The accessor for the position slot of the gtk:notebook-page class gets or sets the index of the child widget in the parent.
 

See also

2025-07-31