method category rename
authorClaus Gittinger <cg@exept.de>
Wed, 07 May 2003 16:11:27 +0200
changeset 2494 87ae868b836a
parent 2493 8b70a26f1694
child 2495 10881807c918
method category rename
SelectionInTree.st
SelectionInTreeView.st
--- a/SelectionInTree.st	Wed May 07 16:06:29 2003 +0200
+++ b/SelectionInTree.st	Wed May 07 16:11:27 2003 +0200
@@ -586,7 +586,7 @@
     self changed:#list.
 ! !
 
-!SelectionInTree methodsFor:'private hierarchy'!
+!SelectionInTree methodsFor:'private-hierarchy'!
 
 collapseItem:anItem do:collapseBlock
     "collapse all children under an item; raise a notification if
@@ -942,5 +942,5 @@
 !SelectionInTree class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTree.st,v 1.31 2001-10-24 08:52:35 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTree.st,v 1.32 2003-05-07 14:10:33 cg Exp $'
 ! !
--- a/SelectionInTreeView.st	Wed May 07 16:06:29 2003 +0200
+++ b/SelectionInTreeView.st	Wed May 07 16:11:27 2003 +0200
@@ -1883,7 +1883,7 @@
 
 ! !
 
-!SelectionInTreeView methodsFor:'private - drag and drop'!
+!SelectionInTreeView methodsFor:'private-drag and drop'!
 
 collectionOfDragObjects
     "returns collection of dragable objects assigned to selection
@@ -1942,7 +1942,7 @@
 
 ! !
 
-!SelectionInTreeView methodsFor:'private queries'!
+!SelectionInTreeView methodsFor:'private-queries'!
 
 lengthOfLongestLineBetween:firstLine and:lastLine
     "return the length (in characters) of the longest line in a line-range
@@ -2049,7 +2049,7 @@
     ].
 ! !
 
-!SelectionInTreeView methodsFor:'private redefinitions'!
+!SelectionInTreeView methodsFor:'private-redefinitions'!
 
 expandTabs
     "nothing to do
@@ -2477,5 +2477,5 @@
 !SelectionInTreeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.101 2003-04-25 00:09:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInTreeView.st,v 1.102 2003-05-07 14:11:27 cg Exp $'
 ! !