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

XSetInputFocus() static private method

static private XSetInputFocus ( IntPtr display, IntPtr window, RevertTo revert_to, IntPtr time ) : int
display IntPtr
window IntPtr
revert_to RevertTo
time IntPtr
return int
		internal static int XSetInputFocus(IntPtr display, IntPtr window, RevertTo revert_to, IntPtr time) {
			DebugHelper.TraceWriteLine ("XSetInputFocus");
			return _XSetInputFocus(display, window, revert_to, time);
		}
XplatUIX11