System.Windows.Forms.XplatUIX11.XMapSubindows C# (CSharp) Метод

XMapSubindows() статический приватный Метод

static private XMapSubindows ( IntPtr display, IntPtr window ) : int
display IntPtr
window IntPtr
Результат int
		internal static int XMapSubindows(IntPtr display, IntPtr window) {
			DebugHelper.TraceWriteLine ("XMapSubindows");
			return _XMapSubindows(display, window);
		}
		[DllImport ("libX11", EntryPoint="XUnmapSubwindows")]
XplatUIX11