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

XSetWMHints() static private method

static private XSetWMHints ( IntPtr display, IntPtr window, XWMHints &wmhints ) : void
display IntPtr
window IntPtr
wmhints XWMHints
return void
		internal static void XSetWMHints(IntPtr display, IntPtr window, ref XWMHints wmhints) {
			DebugHelper.TraceWriteLine ("XSetWMHints");
			_XSetWMHints(display, window, ref wmhints);
		}
XplatUIX11