WindowEvent.st
changeset 1531 d26ab32f3b4b
parent 1530 0faa8e549093
child 1541 e0aa3ba151e3
--- a/WindowEvent.st	Fri Apr 04 13:57:25 1997 +0200
+++ b/WindowEvent.st	Fri Apr 04 13:58:33 1997 +0200
@@ -173,6 +173,12 @@
     "Created: 4.4.1997 / 13:45:04 / cg"
 !
 
+clientEvent
+    ^ ClientEvent
+
+    "Created: 4.4.1997 / 13:58:25 / cg"
+!
+
 keyboardEvent
     ^ KeyboardEvent
 
@@ -675,5 +681,5 @@
 !WindowEvent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.38 1997-04-04 11:57:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowEvent.st,v 1.39 1997-04-04 11:58:33 cg Exp $'
 ! !