Package: gtk

Accessor gtk:notebook-child-position

Lambda List

gtk:notebook-child-position (container child)

Syntax

(gtk:notebook-child-position container child) => position
(setf (gtk:notebook-child-position container child) position)

Arguments

container -- a notebook widget
child -- a gtk:widget child widget
position -- an integer with the index of the child widget in the notebook

Details

Accessor of the position child property of the gtk:notebook class. The index of the child widget in the notebook.
 

See also

#2023-3-21