category change
authorClaus Gittinger <cg@exept.de>
Thu, 31 Aug 2000 12:03:19 +0200
changeset 2251 419939054e77
parent 2250 59f867f90887
child 2252 67269562b687
category change
SelectionInList.st
--- a/SelectionInList.st	Wed Aug 30 23:22:14 2000 +0200
+++ b/SelectionInList.st	Thu Aug 31 12:03:19 2000 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+"{ Package: 'stx:libwidg' }"
+
 ValueHolder subclass:#SelectionInList
 	instanceVariableNames:'listHolder selectionIndexHolder'
 	classVariableNames:''
@@ -328,7 +330,7 @@
     "Modified: / 21.5.1998 / 03:17:56 / cg"
 ! !
 
-!SelectionInList methodsFor:'obsolete backward compatibility'!
+!SelectionInList methodsFor:'obsolete - backward compatibility'!
 
 index
     "return the selections index.
@@ -425,5 +427,5 @@
 !SelectionInList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInList.st,v 1.24 1998-05-21 01:18:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInList.st,v 1.25 2000-08-31 10:03:19 cg Exp $'
 ! !