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

XSetWMName() static private method

static private XSetWMName ( IntPtr display, IntPtr window, XTextProperty &text_prop ) : int
display IntPtr
window IntPtr
text_prop XTextProperty
return int
		internal static int XSetWMName(IntPtr display, IntPtr window, ref XTextProperty text_prop) {
			DebugHelper.TraceWriteLine ("XSetWMName");
			return _XSetWMName(display, window, ref text_prop);
		}
XplatUIX11