comment/format in: #selection:
authorClaus Gittinger <cg@exept.de>
Mon, 01 Feb 2010 13:20:01 +0100
changeset 3872 a35d3ecdb0bb
parent 3871 185109a66d51
child 3873 ec4ba667fe41
comment/format in: #selection:
SelectionInTree.st
--- a/SelectionInTree.st	Mon Feb 01 12:29:25 2010 +0100
+++ b/SelectionInTree.st	Mon Feb 01 13:20:01 2010 +0100
@@ -9,9 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
-
 "{ Package: 'stx:libwidg2' }"
 
 Model subclass:#SelectionInTree
@@ -811,8 +808,8 @@
 !
 
 selection:indexesOrNil
-    "set the selection
-    "
+    "set the selection"
+
     self selectionIndex:indexesOrNil
 !
 
@@ -943,5 +940,9 @@
 !SelectionInTree class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTree.st,v 1.34 2005-08-02 13:14:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTree.st,v 1.35 2010-02-01 12:20:01 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTree.st,v 1.35 2010-02-01 12:20:01 cg Exp $'
 ! !