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

XStoreName() static private method

static private XStoreName ( IntPtr display, IntPtr window, string window_name ) : int
display IntPtr
window IntPtr
window_name string
return int
		internal static int XStoreName(IntPtr display, IntPtr window, string window_name) {
			DebugHelper.TraceWriteLine ("XStoreName");
			return _XStoreName(display, window, window_name);
		}
XplatUIX11