TextCollector.st
changeset 135 e302b73d9439
parent 133 e58c7c979f33
child 145 6a191e0606e5
--- a/TextCollector.st	Fri Jul 28 05:01:44 1995 +0200
+++ b/TextCollector.st	Thu Aug 03 03:35:39 1995 +0200
@@ -23,7 +23,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.20 1995-07-23 03:02:50 claus Exp $
+$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.21 1995-08-03 01:35:39 claus Exp $
 '!
 
 !TextCollector class methodsFor:'documentation'!
@@ -44,7 +44,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.20 1995-07-23 03:02:50 claus Exp $
+$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.21 1995-08-03 01:35:39 claus Exp $
 "
 !
 
@@ -347,6 +347,15 @@
     ]
 ! !
 
+!TextCollector methodsFor:'events'!
+
+exposeX:x y:y width:w height:h
+    "flush buffered text when exposed"
+
+    super exposeX:x y:y width:w height:h.
+    self endEntry
+! !
+
 !TextCollector methodsFor:'stream messages'!
 
 lineLength