class: WinWorkstation
authorClaus Gittinger <cg@exept.de>
Thu, 07 Mar 2013 17:57:51 +0100
changeset 6020 24d09f0c1e6c
parent 6019 8018c74cbd1e
child 6021 95e38167b702
class: WinWorkstation comment/format in: #scrollsAsynchronous
WinWorkstation.st
--- a/WinWorkstation.st	Fri Mar 01 14:48:50 2013 +0100
+++ b/WinWorkstation.st	Thu Mar 07 17:57:51 2013 +0100
@@ -7567,7 +7567,8 @@
 scrollsAsynchronous
     "return true, if this display asynchronously sends expose events after a
      scroll operation. False otherwise. Asynchronous expose events are an X
-     speciality, which affects a few methods outside of the display class (sorry)"
+     speciality, which affects a few methods outside of the display class (sorry)
+     However, the underlying WinWorkstation code simulatrs this behavior."
 
     ^ true "/ false
 !
@@ -19301,11 +19302,11 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.473 2013-02-08 20:50:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.474 2013-03-07 16:57:51 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.473 2013-02-08 20:50:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.474 2013-03-07 16:57:51 cg Exp $'
 ! !