SynchronousWindowSensor.st
branchdelegated_gc_jv
changeset 6823 a46e52220d29
parent 6820 9b52c1a1675a
parent 6817 0238692d35b5
child 7077 8827f34a4667
--- a/SynchronousWindowSensor.st	Mon Mar 09 13:41:35 2015 +0000
+++ b/SynchronousWindowSensor.st	Mon Mar 09 13:43:14 2015 +0000
@@ -45,12 +45,12 @@
     Instead, the underlying view is notified synchronously (via a message send)
     immediately about the event.
 
-    SynchronousWindowSensor are used for only one single situation: 
+    SynchronousWindowSensor are used for only one single situation:
         when a super-modal debugger is open
     (i.e. one that is debugging the scheduler or event-dispatcher).
 
     This debugger's windowGroup is augmented with a synchronous Sensor, in order
-    to prevent the event handling code from suspending any process 
+    to prevent the event handling code from suspending any process
     (you cannot suspend the scheduler; you should not suspend the event dispatcher).
 
     This is pretty tricky and magic - and you dont have to understand this.
@@ -78,8 +78,8 @@
 
     aView
         dispatchEvent:#exposeX:y:width:height:
-        arguments:(Array with:aRectangle left 
-                         with:aRectangle top 
+        arguments:(Array with:aRectangle left
+                         with:aRectangle top
                          with:aRectangle width
                          with:aRectangle height)
 !
@@ -252,6 +252,6 @@
 !SynchronousWindowSensor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SynchronousWindowSensor.st,v 1.31 2014-09-23 11:36:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SynchronousWindowSensor.st,v 1.32 2015-03-03 10:38:49 cg Exp $'
 ! !