SelectionInListModelView.st
changeset 3387 6da21b625d1e
parent 3385 e0f240ed0824
child 3389 ba645700c871
--- a/SelectionInListModelView.st	Wed Apr 23 11:42:30 2008 +0200
+++ b/SelectionInListModelView.st	Wed Apr 23 11:42:33 2008 +0200
@@ -49,7 +49,12 @@
 "
     SelectionInListModelView is mostly like SelectionInListView,
     but derives from the ListModelView and thus the list is kept
-    by the model.
+    in the list.
+
+    ATTENTION (warning by cg):
+        in contrast to its inappropriate name, this class COMPLETELY ignores the model
+        instance variable - all is through the list. 
+        The selection is NOT related to the model instvar (which is ignored)
 
     [Instance variables:]
 
@@ -2497,5 +2502,5 @@
 !SelectionInListModelView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.129 2008-04-15 08:44:37 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInListModelView.st,v 1.130 2008-04-23 09:42:33 cg Exp $'
 ! !