Definitions: Mono 1.9 Date Submitted: 10/3/2008 7:53:42 AM Comments: ========================================= Pending issues: 1 [TODO] System.Windows.Forms.Cursor::set_Current(System.Windows.Forms.Cursor) Details: Implement setting a null cursor, and add XplatUI method to get current cursor 1 [TODO] System.Drawing.Graphics::set_PixelOffsetMode(System.Drawing.Drawing2D.PixelOffsetMode) Details: This property does not do anything when used with libgdiplus. 1 [TODO] System.Drawing.Graphics::CopyFromScreen(System.Drawing.Point,System.Drawing.Point,System.Drawing.Size) Details: Works on Win32 and on X11 (but not on Cocoa and Quartz) **************************************************** P/Invokes made by this program Library: kernel32 bool QueryPerformanceCounter(Int64&) bool QueryPerformanceFrequency(Int64&) Library: user32 int LockWindowUpdate(IntPtr) int SendMessage(IntPtr, int, int, IntPtr) Int16 GetKeyState(int) Library: user32.dll bool GetScrollInfo(IntPtr, int, ConsoleDisplay/SCROLLINFO&) bool GetScrollInfo(IntPtr, int, ScriptEditor/SCROLLINFO&) bool GetScrollInfo(IntPtr, int, ScriptEditorN/SCROLLINFO&) bool GetScrollInfo(IntPtr, int, TextDisplay/SCROLLINFO&) int GetScrollBarInfo(IntPtr, uint, ConsoleDisplay/SCROLLBARINFO&) int GetScrollBarInfo(IntPtr, uint, ScriptEditorN/SCROLLBARINFO&) int GetScrollBarInfo(IntPtr, uint, TextDisplay/SCROLLBARINFO&) int SetScrollInfo(IntPtr, int, ConsoleDisplay/SCROLLINFO&, bool) int SetScrollInfo(IntPtr, int, ScriptEditor/SCROLLINFO&, bool) int SetScrollInfo(IntPtr, int, ScriptEditorN/SCROLLINFO&, bool) int SetScrollInfo(IntPtr, int, TextDisplay/SCROLLINFO&, bool) Library: User32.dll bool PeekMessage(MessagePeeker/Message&, IntPtr, uint, uint, uint) IntPtr SendMessage(IntPtr, uint, IntPtr, IntPtr) Library: USER32.DLL int SendMessage(IntPtr, int, IntPtr, int)