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

_XSetInputFocus() private method

private _XSetInputFocus ( IntPtr display, IntPtr window, RevertTo revert_to, IntPtr time ) : int
display IntPtr
window IntPtr
revert_to RevertTo
time IntPtr
return int
		internal extern static int _XSetInputFocus(IntPtr display, IntPtr window, RevertTo revert_to, IntPtr time);
		internal static int XSetInputFocus(IntPtr display, IntPtr window, RevertTo revert_to, IntPtr time) {
XplatUIX11