Package: gtk

Function gtk:box-insert-child-after

Lambda List

gtk:box-insert-child-after (box child sibling)

Arguments

box -- a gtk:box widget
child -- a gtk:widget child widget
sibling -- a gtk:widget sibling widget after which to insert child

Details

Inserts the child widget in the position after the sibling widget in the list of children in the box. If the sibling argument is nil, insert the child widget at the first position.
 

See also

2024-4-11