ColoredListEntry.st
changeset 98 de14b996ee80
parent 97 306cb0aa67be
child 108 b228b94be590
--- a/ColoredListEntry.st	Thu Nov 23 03:29:00 1995 +0100
+++ b/ColoredListEntry.st	Thu Nov 23 19:09:12 1995 +0100
@@ -83,10 +83,6 @@
 	v := PopUpList on:selList.
 	v open
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ColoredListEntry.st,v 1.7 1995-11-23 02:28:13 cg Exp $'
 ! !
 
 !ColoredListEntry class methodsFor:'instance creation'!
@@ -154,3 +150,8 @@
     ^ aGC font widthOf:(string withTabsExpanded)
 ! !
 
+!ColoredListEntry class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libwidg2/ColoredListEntry.st,v 1.8 1995-11-23 18:09:12 cg Exp $'
+! !