Menu.reorderChild
void reorderChild(gtk.widget.Widget child, int position)Moves child to a new position in the list of menu children.
Parameters
child | the #GtkMenuItem to move |
position | the new position to place child. Positions are numbered from 0 to n - 1 |