category rename
authorClaus Gittinger <cg@exept.de>
Sat, 12 Feb 2000 16:36:04 +0100
changeset 2144 8cfc21c91319
parent 2143 ae0c3ae5de15
child 2145 60b16d3f6d77
category rename
EnterFieldGroup.st
ObjectView.st
PullDownMenu.st
RadioButtonGroup.st
ScrollableView.st
--- a/EnterFieldGroup.st	Sat Feb 12 16:31:35 2000 +0100
+++ b/EnterFieldGroup.st	Sat Feb 12 16:36:04 2000 +0100
@@ -465,7 +465,7 @@
     "Modified: 27.4.1996 / 17:19:50 / cg"
 ! !
 
-!EnterFieldGroup methodsFor:'adding / removing'!
+!EnterFieldGroup methodsFor:'adding & removing'!
 
 add:aField
     "add another field to the group.
@@ -813,5 +813,5 @@
 !EnterFieldGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EnterFieldGroup.st,v 1.38 1999-10-07 11:22:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EnterFieldGroup.st,v 1.39 2000-02-12 15:36:04 cg Exp $'
 ! !
--- a/ObjectView.st	Sat Feb 12 16:31:35 2000 +0100
+++ b/ObjectView.st	Sat Feb 12 16:36:04 2000 +0100
@@ -322,7 +322,7 @@
     "Modified: / 4.7.1999 / 18:55:01 / cg"
 ! !
 
-!ObjectView methodsFor:'adding / removing'!
+!ObjectView methodsFor:'adding & removing'!
 
 add:something
     "add something, anObject or a collection of objects to the contents
@@ -3227,5 +3227,5 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.82 2000-02-11 13:11:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.83 2000-02-12 15:35:54 cg Exp $'
 ! !
--- a/PullDownMenu.st	Sat Feb 12 16:31:35 2000 +0100
+++ b/PullDownMenu.st	Sat Feb 12 16:36:04 2000 +0100
@@ -906,7 +906,7 @@
 
 ! !
 
-!PullDownMenu methodsFor:'drawing '!
+!PullDownMenu methodsFor:'drawing'!
 
 drawActiveTitleSelected:selected
     |x|
@@ -1802,5 +1802,5 @@
 !PullDownMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/PullDownMenu.st,v 1.91 2000-02-11 14:56:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/PullDownMenu.st,v 1.92 2000-02-12 15:34:34 cg Exp $'
 ! !
--- a/RadioButtonGroup.st	Sat Feb 12 16:31:35 2000 +0100
+++ b/RadioButtonGroup.st	Sat Feb 12 16:36:04 2000 +0100
@@ -233,7 +233,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/RadioButtonGroup.st,v 1.30 1999-03-22 21:57:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/RadioButtonGroup.st,v 1.31 2000-02-12 15:35:43 cg Exp $'
 ! !
 
 !RadioButtonGroup class methodsFor:'helpers'!
@@ -270,7 +270,7 @@
     "Modified: / 30.10.1997 / 20:14:25 / cg"
 ! !
 
-!RadioButtonGroup methodsFor:'adding / removing'!
+!RadioButtonGroup methodsFor:'adding & removing'!
 
 add:aRadioButton
     "add a radioButton to the group - actually, this name is misleading;
--- a/ScrollableView.st	Sat Feb 12 16:31:35 2000 +0100
+++ b/ScrollableView.st	Sat Feb 12 16:36:04 2000 +0100
@@ -1196,7 +1196,7 @@
     "Modified: / 21.5.1998 / 00:49:16 / cg"
 ! !
 
-!ScrollableView methodsFor:'changes '!
+!ScrollableView methodsFor:'changes'!
 
 update:something with:argument from:changedObject
     "whenever the scrolledView changes its contents, the scroller(s) must
@@ -2105,5 +2105,5 @@
 !ScrollableView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.102 2000-02-11 14:56:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ScrollableView.st,v 1.103 2000-02-12 15:35:11 cg Exp $'
 ! !