EventMonitor.st
changeset 1822 b0fb61c02717
parent 1117 6fa462d56e64
child 1977 0ff4d80c7f32
--- a/EventMonitor.st	Mon Aug 10 11:34:17 1998 +0200
+++ b/EventMonitor.st	Mon Aug 10 16:03:18 1998 +0200
@@ -53,6 +53,14 @@
     ^ 'Event Monitor'
 ! !
 
+!EventMonitor class methodsFor:'startup'!
+
+isVisualStartable
+    ^ true
+
+    "Created: / 10.8.1998 / 16:03:13 / cg"
+! !
+
 !EventMonitor methodsFor:'events'!
 
 buttonMotion:state x:x y:y
@@ -198,5 +206,5 @@
 !EventMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/EventMonitor.st,v 1.16 1997-04-04 23:24:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/EventMonitor.st,v 1.17 1998-08-10 14:03:18 cg Exp $'
 ! !