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
newParent | new parent to move window into |
x | X location inside the new parent |
y | Y location inside the new parent |