Package: gtk

Function gtk:box-reorder-child-after

Lambda List

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

Arguments

box -- a gtk:box widget
child -- a gtk:widget child widget to move
sibling -- a gtk:widget sibling widget to move child after

Details

Moves the child widget to the position after sibling in the list of box children. If the sibling argument is nil, move the child widget to the first position.
 

See also

2024-4-11