System.Windows.Forms.XplatUIX11.XSetWMHints C# (CSharp) Méthode

XSetWMHints() static private méthode

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