ColoredListEntry.st
changeset 158 431e38dfc5ab
parent 108 b228b94be590
child 161 5b6e284959a4
--- a/ColoredListEntry.st	Thu Apr 25 19:26:27 1996 +0200
+++ b/ColoredListEntry.st	Thu Apr 25 19:33:23 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 ListEntry subclass:#ColoredListEntry
-	 instanceVariableNames:'color string bgColor'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Views-Support'
+	instanceVariableNames:'color string bgColor'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Views-Support'
 !
 
 !ColoredListEntry class methodsFor:'documentation'!
@@ -39,7 +39,13 @@
     as entries of the list in a ListView or SelectionInListView.
 
     Notice: this is a temporary kludge class which will be made obsolete,
-	    once full-attributed strings are available.
+            once full-attributed strings are available.
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        ListView
 "
 !
 
@@ -157,5 +163,5 @@
 !ColoredListEntry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ColoredListEntry.st,v 1.9 1995-12-11 17:05:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ColoredListEntry.st,v 1.10 1996-04-25 17:31:23 cg Exp $'
 ! !