[Mono-bugs] [Bug 81101][Nor] New - Implement Control.WindowTarget
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Mar 9 21:49:34 EST 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by contact at i-nz.net.
http://bugzilla.ximian.com/show_bug.cgi?id=81101
--- shadow/81101 2007-03-09 21:49:34.000000000 -0500
+++ shadow/81101.tmp.3467 2007-03-09 21:49:34.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 81101
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: contact at i-nz.net
+ReportedBy: contact at i-nz.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Implement Control.WindowTarget
+
+Note to self:
+
+Messages get generated in the XplatUI layer. Then dispached
+(DispatchMessage), which happens indirectly via the NativeWindow.WndProc
+(it acts as the proper dispatcher).
+
+toshok: so basically it goes: X11/win32 -> XplatUI -> NativeWindow.WndProc
+-> ControlNativeWindow.WndProc -> Control.WndProc
+
+i-nZ: then it should be: X11/win32 -> XplatUI -> NativeWindow.WndProc ->
+ControlNativeWindow.WndProc -> Control.WindowTarget -> Control.WndProc
+ControlNativeWindows.WndProc -> WindowTarget -> control.wndproc
More information about the mono-bugs
mailing list