Package: gtk

Function gtk:menu-reorder-child

Lambda List

gtk:menu-reorder-child (menu child position)

Arguments

menu -- a gtk:menu widget
child -- a gtk:menu-item widget to move
position -- the new position to place child, positions are numbered from 0 to n - 1

Details

Moves child to a new position in the list of menu children.
 

See also

#2023-3-21