method category rename
authorClaus Gittinger <cg@exept.de>
Wed, 07 May 2003 16:56:39 +0200
changeset 2500 1477b0a5a918
parent 2499 a2b676b9292c
child 2501 832cbac295b8
method category rename
CheckBox.st
DSVColumnView.st
DataSetView.st
HierarchicalListView.st
--- a/CheckBox.st	Wed May 07 16:54:30 2003 +0200
+++ b/CheckBox.st	Wed May 07 16:56:39 2003 +0200
@@ -740,7 +740,7 @@
     "Modified: / 17.9.1998 / 14:19:22 / cg"
 ! !
 
-!CheckBox methodsFor:'initialize / release'!
+!CheckBox methodsFor:'initialization & release'!
 
 defaultControllerClass
     ^ ToggleController
@@ -901,5 +901,5 @@
 !CheckBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.71 2002-08-22 16:55:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.72 2003-05-07 14:55:50 cg Exp $'
 ! !
--- a/DSVColumnView.st	Wed May 07 16:54:30 2003 +0200
+++ b/DSVColumnView.st	Wed May 07 16:56:39 2003 +0200
@@ -2458,7 +2458,7 @@
     registererImages := IdentityDictionary new.
 ! !
 
-!DSVColumnView methodsFor:'initialize / release'!
+!DSVColumnView methodsFor:'initialization & release'!
 
 create
     "set color on device
@@ -3869,5 +3869,5 @@
 !DSVColumnView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.167 2003-04-25 00:08:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.168 2003-05-07 14:56:06 cg Exp $'
 ! !
--- a/DataSetView.st	Wed May 07 16:54:30 2003 +0200
+++ b/DataSetView.st	Wed May 07 16:56:39 2003 +0200
@@ -282,7 +282,7 @@
     super update:something with:aParameter from:changedObject
 ! !
 
-!DataSetView methodsFor:'initialize / release'!
+!DataSetView methodsFor:'initialization & release'!
 
 initialize
     "set column area
@@ -376,5 +376,5 @@
 !DataSetView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DataSetView.st,v 1.36 2002-08-22 14:13:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DataSetView.st,v 1.37 2003-05-07 14:56:10 cg Exp $'
 ! !
--- a/HierarchicalListView.st	Wed May 07 16:54:30 2003 +0200
+++ b/HierarchicalListView.st	Wed May 07 16:56:39 2003 +0200
@@ -1247,7 +1247,7 @@
     alignTextRightX := imageWidth + 20 max:alignTextRightX.
 ! !
 
-!HierarchicalListView methodsFor:'initialize / release'!
+!HierarchicalListView methodsFor:'initialization & release'!
 
 initStyle
     "setup viewStyle specifics
@@ -1584,5 +1584,5 @@
 !HierarchicalListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalListView.st,v 1.81 2003-04-25 00:09:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/HierarchicalListView.st,v 1.82 2003-05-07 14:56:39 cg Exp $'
 ! !