Menu.reorderChild

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

class Menu
void
reorderChild

Parameters

child Widget

the GtkMenuItem to move

position int

the new position to place child. Positions are numbered from 0 to n - 1

Meta