prepare for better delegation & downCast support
authorClaus Gittinger <cg@exept.de>
Thu, 21 Aug 1997 19:52:53 +0200
changeset 1886 2b5fab5c0c60
parent 1885 e1021e9ed342
child 1887 98bb2fb45fda
prepare for better delegation & downCast support
WEvent.st
WindowEvent.st
--- a/WEvent.st	Thu Aug 21 19:51:18 1997 +0200
+++ b/WEvent.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/Attic/WEvent.st,v 1.48 1997-08-21 17:51:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/WEvent.st,v 1.49 1997-08-21 17:52:53 cg Exp $'
 ! !
--- 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 $'
 ! !