WindowEvent.st
changeset 1886 2b5fab5c0c60
parent 1885 e1021e9ed342
child 1905 5bf0b9628c80
--- a/WindowEvent.st	Thu Aug 21 19:51:18 1997 +0200
+++ b/WindowEvent.st	Thu Aug 21 19:52:53 1997 +0200
@@ -11,7 +11,7 @@
 "
 
 Object subclass:#WindowEvent
-	instanceVariableNames:'view type arguments'
+	instanceVariableNames:'view type arguments delegated consumed'
 	classVariableNames:''
 	poolDictionaries:''
 	category:'Interface-Support'
@@ -926,5 +926,5 @@
 !WindowEvent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.48 1997-08-21 17:51:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.49 1997-08-21 17:52:53 cg Exp $'
 ! !