예제 #1
0
 public extern static IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape);
예제 #2
0
파일: XplatUIX11.cs 프로젝트: nlhepler/mono
		internal extern static IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape);
예제 #3
0
 public static extern IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape);
예제 #4
0
파일: XplatUIX11.cs 프로젝트: nlhepler/mono
		internal static IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape)
		{
			DebugHelper.TraceWriteLine ("XCreateFontCursor");
			return _XCreateFontCursor(display, shape);
		}
예제 #5
0
 internal static extern IntPtr XCreateFontCursor(IntPtr display, CursorFontShape shape);