Window.reparent

void reparent(gdk.window.Window newParent, int x, int y)

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

Parameters

newParentnew parent to move window into
xX location inside the new parent
yY location inside the new parent