Window.reparent

Reparents @window into the given @new_parent. The window being reparented will be unmapped as a side effect.

class Window
void
reparent
(,
int x
,
int y
)

Parameters

newParent Window

new parent to move @window into

x int

X location inside the new parent

y int

Y location inside the new parent

Meta