WindowEvent.st
changeset 727 bf23a306b6f2
parent 612 8758d0c9933e
child 1158 847d085a498f
--- a/WindowEvent.st	Tue May 28 17:13:25 1996 +0200
+++ b/WindowEvent.st	Tue May 28 17:57:29 1996 +0200
@@ -336,7 +336,7 @@
      from #foo to #deviceFoo...
      This allows the view to handle the event either in device or
      logical coordinates. (since the deviceFoo-messages default implementation
-     in PseudoView translates and resends).
+     in DisplaySurface translates and resends).
      Actually, I could always send deviceXXX without speed penalty
      (event sending is no high frequency operation), but that just adds 
      another context to any debuggers walkback, making things less clear.
@@ -508,5 +508,5 @@
 !WindowEvent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.27 1996-04-25 16:32:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.28 1996-05-28 15:57:29 cg Exp $'
 ! !