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

_XSetWMNormalHints() private méthode

private _XSetWMNormalHints ( IntPtr display, IntPtr window, XSizeHints &hints ) : void
display IntPtr
window IntPtr
hints XSizeHints
Résultat 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