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

_XSetWMNormalHints() private method

private _XSetWMNormalHints ( IntPtr display, IntPtr window, XSizeHints &hints ) : void
display IntPtr
window IntPtr
hints XSizeHints
return void
		internal extern static void _XSetWMNormalHints(IntPtr display, IntPtr window, ref XSizeHints hints);
		internal static void XSetWMNormalHints(IntPtr display, IntPtr window, ref XSizeHints hints) {
XplatUIX11