MultiSelectionInList.st
changeset 1397 d52f3f02882d
parent 1228 e30336972355
child 1410 80332bbccffc
--- a/MultiSelectionInList.st	Tue Nov 11 14:52:51 1997 +0100
+++ b/MultiSelectionInList.st	Tue Nov 11 15:03:03 1997 +0100
@@ -152,10 +152,18 @@
     ^ Array new
 
     "Modified: 25.4.1996 / 09:09:45 / cg"
+!
+
+selections:aCollection
+    "ST80 compatibility"
+
+    ^ self selection:aCollection
+
+    "Created: / 8.11.1997 / 12:55:23 / cg"
 ! !
 
 !MultiSelectionInList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/MultiSelectionInList.st,v 1.13 1997-05-27 09:34:10 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MultiSelectionInList.st,v 1.14 1997-11-11 14:03:03 cg Exp $'
 ! !