Package: gtk

Accessor gtk:overlay-child-index

Lambda List

gtk:overlay-child-index (container child)

Syntax

(gtk:overlay-child-index container child) => index)
(setf (gtk:overlay-child-index container child) index)

Arguments

container -- a gtk:overlay widget
child -- a gtk:widget child widget
index -- an integer with the index of the child widget in the parent

Details

Accessor of the index child property of the gtk:overlay class. The index of the child widget in the parent, -1 for the main child.
 

See also

2024-1-1