SelectionInHierarchyView.st
changeset 1431 0cc20a8f2f7c
parent 1233 ba2244433fd4
child 3150 e3a55f15ef7e
--- a/SelectionInHierarchyView.st	Tue Jul 06 15:40:09 1999 +0200
+++ b/SelectionInHierarchyView.st	Tue Jul 06 18:51:00 1999 +0200
@@ -39,10 +39,11 @@
 "
     [warning:]
         this class has been more or less obsoleted by
-        the SelectionInTreeView class.
+        the SelectionInTreeView and HierarchicalListView classes.
         SelectionInHierarchyView remains in the system for backward
         compatibility, but will be no longer maintained.
-        New applications should use SelectionInTreeView.
+        New applications should use SelectionInTreeView,
+        or (even better) HierarchicalListView.
 
     somewhat like a SelectionInListView; but specialized for hierarchical (i.e. tree-like)
     lists and adds the functions to show/hide subtrees. 
@@ -384,5 +385,5 @@
 !SelectionInHierarchyView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInHierarchyView.st,v 1.10 1999-03-07 13:29:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInHierarchyView.st,v 1.11 1999-07-06 16:50:53 cg Exp $'
 ! !