move_child
Description:
public abstract void move_child (
int old_position,
int new_position)
Moves a child item to a new stack position within the container.
Parameters:
| this |
a container item.
|
| old_position |
the current position of the child item.
|
| new_position |
the new position of the child item.
|