SelectionInTreeView.st
changeset 1431 0cc20a8f2f7c
parent 1415 3727e58ab63b
child 1477 b607b899c4df
--- a/SelectionInTreeView.st	Tue Jul 06 15:40:09 1999 +0200
+++ b/SelectionInTreeView.st	Tue Jul 06 18:51:00 1999 +0200
@@ -48,11 +48,18 @@
     lists and adds the functions to show/hide subtrees. 
     Requires SelectionInTree as model and TreeItem (or compatible) list entries.
 
-    This class obsoletes SelectionInTreeView, which is no longer
+    This class obsoletes SelectionInHierarchyView, which is no longer
     maintained but kept for backward compatibility.
 
-    Notice: this class replaces the more-or-less obsolete SelectionInHierarchyView
-            class.
+    Notice: 
+        This class obsoletes SelectionInHierarchyView, which is no longer
+        maintained but kept for backward compatibility.
+
+    Notice2: 
+        Even for this class, an improved replacement now exists:
+        HierarchicalListView.
+        Please consider using that one.
+        (however, this class is kept for backward compatibility).
 
     [see also:]
         SelectionInTree
@@ -2363,5 +2370,5 @@
 !SelectionInTreeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.84 1999-06-18 20:37:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.85 1999-07-06 16:51:00 cg Exp $'
 ! !