[Mono-bugs] [Bug 81101][Nor] Changed - [Patch] Control.WindowTarget implementation

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Mar 9 23:59:16 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 23:51:44.000000000 -0500
+++ shadow/81101.tmp.5343	2007-03-09 23:59:16.000000000 -0500
@@ -34,6 +34,14 @@
 Patch + ChangeLog entry
 
 
 ------- Additional Comments From toshok at ximian.com  2007-03-09 23:51 -------
 need some tests for WindowTarget.  Should it always be initialized? 
 is it null initially?  etc.
+
+------- Additional Comments From contact at i-nz.net  2007-03-09 23:59 -------
+WindowTarget is the layer for passing messages to the control. So it
+should be created before the ControlNativeWindow (which receives the
+messages from the main dispatcher). It must not be null (thus
+initialized in the ctor). It is just a pure layer (not exposing
+behaviour) between NativeWindow and the Control for messages. It
+doesn't have special constrains.


More information about the mono-bugs mailing list