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 for the position of child in a box

Details

The accessor for the position child property gets or sets the index of the child widget in the parent widget.
 

See also

2026-06-18