Gdk.Window.Reparent Method
Reparents this window into the given new_parent. The window being reparented will be unmapped as a side effect.

Syntax

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

Parameters

new_parent
A Gdk.Window, new parent to move this window into
x
A int, X location inside the new parent
y
A int, Y location inside the new parent

Remarks

Requirements

Namespace: Gdk
Assembly: gdk-sharp (in gdk-sharp.dll)