Package: gtk

Accessor gtk-box-child-position

Lambda List

gtk-box-child-position (container child)

Syntax

(gtk-box-child-position container child) => position
(setf (gtk-box-child-position container child) position)

Arguments

container -- a gtk-box container widget
child -- a gtk-widget child widget
position -- an integer with the position of child in a box

Details

Accessor of the position child property of the gtk-box class.

The index of the child widget in the parent widget.
 

See also

2021-10-31