reparent


Description:

public void reparent (Window new_parent, int x, int y)

Reparents this into the given new_parent.

The window being reparented will be unmapped as a side effect.

Parameters:

this

a Window

new_parent

new parent to move this into

x

X location inside the new parent

y

Y location inside the new parent