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

XSetWindowBackground() static private method

static private XSetWindowBackground ( IntPtr display, IntPtr window, IntPtr background ) : int
display IntPtr
window IntPtr
background IntPtr
return int
		internal static int XSetWindowBackground(IntPtr display, IntPtr window, IntPtr background) {
			DebugHelper.TraceWriteLine ("XSetWindowBackground");
			return _XSetWindowBackground(display, window, background);
		}
XplatUIX11