#DOCUMENTATION by mawalch
authormawalch
Thu, 09 Nov 2017 09:17:41 +0100
changeset 8215 a7e0abee3cb8
parent 8214 1111e7a0cbb8
child 8216 5e3ca2c2a0c5
#DOCUMENTATION by mawalch class: Event class comment/format in: #documentation
Event.st
--- a/Event.st	Wed Nov 08 11:24:19 2017 +0100
+++ b/Event.st	Thu Nov 09 09:17:41 2017 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libview' }"
 
+"{ NameSpace: Smalltalk }"
+
 MessageSend subclass:#Event
 	instanceVariableNames:'timeStamp'
 	classVariableNames:''
@@ -38,7 +40,7 @@
 "
     An abstract class that has been inserted recently into the long-time-existing
     WindowEvent hierarchy for more VW compatibility. Especially to provide a home
-    for sublcasses of UI.Event.
+    for subclasses of UI.Event.
 
     The real code has been and still is in WindowEvent.
 
@@ -78,5 +80,6 @@
 !Event class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Event.st,v 1.1 2009-06-01 08:42:33 cg Exp $'
+    ^ '$Header$'
 ! !
+