WindowEvent.st
changeset 3879 cfb631c31105
parent 3856 45fccc92d834
child 3936 4291abc997ed
--- a/WindowEvent.st	Wed May 07 16:10:36 2003 +0200
+++ b/WindowEvent.st	Wed May 07 16:13:16 2003 +0200
@@ -641,7 +641,7 @@
     "Modified: 20.9.1997 / 11:42:11 / cg"
 ! !
 
-!WindowEvent methodsFor:'private accessing'!
+!WindowEvent methodsFor:'private-accessing'!
 
 for:aView type:aSymbol
     "set the instance variables of the event"
@@ -1380,7 +1380,7 @@
 !WindowEvent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.76 2003-04-15 11:58:09 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.77 2003-05-07 14:13:16 cg Exp $'
 ! !
 
 WindowEvent::InputEvent initialize!