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

_XSetForeground() private method

private _XSetForeground ( IntPtr display, IntPtr gc, UIntPtr foreground ) : int
display IntPtr
gc IntPtr
foreground UIntPtr
return int
		internal extern static int _XSetForeground(IntPtr display, IntPtr gc, UIntPtr foreground);
		internal static int XSetForeground(IntPtr display, IntPtr gc, UIntPtr foreground) {
XplatUIX11