MultiSelectionInList.st
changeset 174 d80a6cc3f9b2
parent 166 ad76f0f28698
child 293 ab897211c99c
--- a/MultiSelectionInList.st	Wed Nov 01 15:53:21 1995 +0100
+++ b/MultiSelectionInList.st	Sat Nov 11 17:23:54 1995 +0100
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 1995 by Claus Gittinger
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
 'From Smalltalk/X, Version:2.10.5 on 25-mar-1995 at 12:12:09 pm'!
 
 SelectionInList subclass:#MultiSelectionInList
@@ -7,6 +19,33 @@
 	 category:'Interface-Support-Models'
 !
 
+!MultiSelectionInList class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1995 by Claus Gittinger
+	      All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+version
+    ^ '$Header'
+!
+
+documentation
+"
+    Like a selectionInList, but allows for multiple selected items.
+    For use as a model for SelectionInListViews, with multipleSelectOk set to true.
+"
+! !
+
 !MultiSelectionInList methodsFor:'initialization'!
 
 initialize