comments
authorClaus Gittinger <cg@exept.de>
Sat, 06 Jun 1998 21:01:02 +0200
changeset 2136 bdfd59774db2
parent 2135 bdf4d055eadd
child 2137 cec979de294c
comments
WEvent.st
WindowEvent.st
--- a/WEvent.st	Fri Jun 05 14:40:41 1998 +0200
+++ b/WEvent.st	Sat Jun 06 21:01:02 1998 +0200
@@ -175,27 +175,39 @@
 !WindowEvent class methodsFor:'event class access'!
 
 buttonEvent
+    "return the class used to represent buttonEvents"
+
     ^ ButtonEvent
 
-    "Created: 4.4.1997 / 13:45:04 / cg"
+    "Created: / 4.4.1997 / 13:45:04 / cg"
+    "Modified: / 6.6.1998 / 21:00:29 / cg"
 !
 
 clientEvent
+    "return the class used to represent clientEvents"
+
     ^ ClientEvent
 
-    "Created: 4.4.1997 / 13:58:25 / cg"
+    "Created: / 4.4.1997 / 13:58:25 / cg"
+    "Modified: / 6.6.1998 / 21:00:36 / cg"
 !
 
 inputEvent
+    "return the class used to represent inputEvents"
+
     ^ InputEvent
 
-    "Created: 13.8.1997 / 23:03:02 / cg"
+    "Created: / 13.8.1997 / 23:03:02 / cg"
+    "Modified: / 6.6.1998 / 21:00:43 / cg"
 !
 
 keyboardEvent
+    "return the class used to represent keyboardEvents"
+
     ^ KeyboardEvent
 
-    "Created: 4.4.1997 / 13:41:44 / cg"
+    "Created: / 4.4.1997 / 13:41:44 / cg"
+    "Modified: / 6.6.1998 / 21:00:50 / cg"
 ! !
 
 !WindowEvent methodsFor:'accessing'!
@@ -711,5 +723,5 @@
 !WindowEvent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/WEvent.st,v 1.55 1998-05-20 23:53:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/WEvent.st,v 1.56 1998-06-06 19:01:02 cg Exp $'
 ! !
--- a/WindowEvent.st	Fri Jun 05 14:40:41 1998 +0200
+++ b/WindowEvent.st	Sat Jun 06 21:01:02 1998 +0200
@@ -175,27 +175,39 @@
 !WindowEvent class methodsFor:'event class access'!
 
 buttonEvent
+    "return the class used to represent buttonEvents"
+
     ^ ButtonEvent
 
-    "Created: 4.4.1997 / 13:45:04 / cg"
+    "Created: / 4.4.1997 / 13:45:04 / cg"
+    "Modified: / 6.6.1998 / 21:00:29 / cg"
 !
 
 clientEvent
+    "return the class used to represent clientEvents"
+
     ^ ClientEvent
 
-    "Created: 4.4.1997 / 13:58:25 / cg"
+    "Created: / 4.4.1997 / 13:58:25 / cg"
+    "Modified: / 6.6.1998 / 21:00:36 / cg"
 !
 
 inputEvent
+    "return the class used to represent inputEvents"
+
     ^ InputEvent
 
-    "Created: 13.8.1997 / 23:03:02 / cg"
+    "Created: / 13.8.1997 / 23:03:02 / cg"
+    "Modified: / 6.6.1998 / 21:00:43 / cg"
 !
 
 keyboardEvent
+    "return the class used to represent keyboardEvents"
+
     ^ KeyboardEvent
 
-    "Created: 4.4.1997 / 13:41:44 / cg"
+    "Created: / 4.4.1997 / 13:41:44 / cg"
+    "Modified: / 6.6.1998 / 21:00:50 / cg"
 ! !
 
 !WindowEvent methodsFor:'accessing'!
@@ -711,5 +723,5 @@
 !WindowEvent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.55 1998-05-20 23:53:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.56 1998-06-06 19:01:02 cg Exp $'
 ! !