ListEntry.st
changeset 158 431e38dfc5ab
parent 123 5ac860f2e7b8
child 173 d111da00daa9
--- a/ListEntry.st	Thu Apr 25 19:26:27 1996 +0200
+++ b/ListEntry.st	Thu Apr 25 19:33:23 1996 +0200
@@ -40,6 +40,12 @@
 
     If you want to create new subclasses, implement (at least) the methods
     found in the 'required protocol' category.
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        ListView
 "
 ! !
 
@@ -148,5 +154,5 @@
 !ListEntry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ListEntry.st,v 1.8 1996-02-08 14:09:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ListEntry.st,v 1.9 1996-04-25 17:31:27 cg Exp $'
 ! !