method category rename
authorClaus Gittinger <cg@exept.de>
Wed, 07 May 2003 17:18:44 +0200
changeset 3887 01f98c2951a6
parent 3886 538d4ca3a587
child 3888 1e06f949dc58
method category rename
PopUpView.st
WindowGroup.st
--- a/PopUpView.st	Wed May 07 17:03:52 2003 +0200
+++ b/PopUpView.st	Wed May 07 17:18:44 2003 +0200
@@ -133,7 +133,7 @@
     shadowView := nil
 ! !
 
-!PopUpView methodsFor:'activation / deactivation'!
+!PopUpView methodsFor:'activation & deactivation'!
 
 open
     "default for popUpViews is to come up modal"
@@ -453,5 +453,5 @@
 !PopUpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.52 2003-05-07 15:00:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.53 2003-05-07 15:18:44 cg Exp $'
 ! !
--- a/WindowGroup.st	Wed May 07 17:03:52 2003 +0200
+++ b/WindowGroup.st	Wed May 07 17:18:44 2003 +0200
@@ -843,7 +843,7 @@
     ^ views
 ! !
 
-!WindowGroup methodsFor:'activation / deactivation'!
+!WindowGroup methodsFor:'activation & deactivation'!
 
 closeDownViews
     "destroy all views associated to this window group"
@@ -2740,7 +2740,7 @@
 !WindowGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.256 2003-04-15 11:59:23 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.257 2003-05-07 15:18:43 cg Exp $'
 ! !
 
 WindowGroup initialize!