child_reorder
Description:
This function moves a child on the list of children.
It is for a child that is already in the list, but simply needs a new location.
Parameters:
this |
The Menuitem that has children needing realignment |
child |
The Menuitem that is a child needing to be moved |
position |
The position in the list to place it in |
Returns:
Whether the move was successful. |