Package: gtk

Accessor gtk-overlay-child-index

Lambda List

gtk-overlay-child-index (container child)

Syntax

(gtk-overlay-child-index object) => index)
(setf (gtk-overlay-child-index object) 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.

Since 3.18
 

See also

2021-10-21