System.Windows.Forms.XplatUIX11.XDestroyWindow C# (CSharp) Method

XDestroyWindow() static private method

static private XDestroyWindow ( IntPtr display, IntPtr window ) : int
display IntPtr
window IntPtr
return int
		internal static int XDestroyWindow(IntPtr display, IntPtr window) {
			DebugHelper.TraceWriteLine ("XDestroyWindow 0x{0:x}", window.ToInt32());
			return _XDestroyWindow(display, window);
		}
XplatUIX11