#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Wed, 08 Feb 2017 18:41:24 +0100
changeset 5459 9f38d94ea752
parent 5458 49d0d417a87b
child 5461 d259ac0f3ba6
#DOCUMENTATION by stefan class: SelectionInHierarchy comment/format in: #documentation
SelectionInHierarchy.st
--- a/SelectionInHierarchy.st	Wed Feb 08 14:41:49 2017 +0100
+++ b/SelectionInHierarchy.st	Wed Feb 08 18:41:24 2017 +0100
@@ -12,6 +12,8 @@
 "
 "{ Package: 'stx:libwidg2' }"
 
+"{ NameSpace: Smalltalk }"
+
 Model subclass:#SelectionInHierarchy
 	instanceVariableNames:'root list selection'
 	classVariableNames:''
@@ -38,6 +40,8 @@
 
 documentation
 "
+    THIS CLASS IS OBSOLETE - use HierarchicalListView
+
     model for a selection in a hierarchical list.
     See examples in SelectionInHierarchyView.
 
@@ -339,9 +343,10 @@
 !SelectionInHierarchy class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInHierarchy.st,v 1.14 2010-02-01 12:20:22 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInHierarchy.st,v 1.14 2010-02-01 12:20:22 cg Exp $'
+    ^ '$Header$'
 ! !
+