Gdk.Window.Destroy Method
Destroys the window system resources associated with this window and decrements this window's reference count. The window system resources for all children of this window are also destroyed, but the children's reference counts are not decremented.

Syntax

public void Destroy ()

Remarks

Note that a window will not be destroyed automatically when its reference count reaches zero. You must call this function yourself before that happens.

Requirements

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