method category rename
authorClaus Gittinger <cg@exept.de>
Wed, 07 May 2003 17:00:12 +0200
changeset 3884 dc9ea4cfc963
parent 3883 4e01a59afccb
child 3885 f00086641b23
method category rename
Controller.st
DisplaySurface.st
ModalBox.st
PopUpView.st
TopView.st
--- a/Controller.st	Wed May 07 16:56:36 2003 +0200
+++ b/Controller.st	Wed May 07 17:00:12 2003 +0200
@@ -511,7 +511,7 @@
     ^ self
 ! !
 
-!Controller methodsFor:'initialize / release'!
+!Controller methodsFor:'initialization & release'!
 
 initialize
     "initialize the controller; subclasses should redefine
@@ -582,5 +582,5 @@
 !Controller class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Controller.st,v 1.51 2003-05-07 14:31:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Controller.st,v 1.52 2003-05-07 14:59:40 cg Exp $'
 ! !
--- a/DisplaySurface.st	Wed May 07 16:56:36 2003 +0200
+++ b/DisplaySurface.st	Wed May 07 17:00:12 2003 +0200
@@ -1897,7 +1897,7 @@
     "Modified: / 9.1.1999 / 01:58:09 / cg"
 ! !
 
-!DisplaySurface methodsFor:'initialize / release'!
+!DisplaySurface methodsFor:'initialization & release'!
 
 destroy
     "view is about to be destroyed -
@@ -2336,7 +2336,7 @@
 !DisplaySurface class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.101 2003-04-15 14:30:47 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/DisplaySurface.st,v 1.102 2003-05-07 14:59:48 cg Exp $'
 ! !
 
 DisplaySurface initialize!
--- a/ModalBox.st	Wed May 07 16:56:36 2003 +0200
+++ b/ModalBox.st	Wed May 07 17:00:12 2003 +0200
@@ -249,7 +249,7 @@
     "Modified: / 8.12.1997 / 19:19:39 / cg"
 ! !
 
-!ModalBox methodsFor:'initialize / release'!
+!ModalBox methodsFor:'initialization & release'!
 
 addToCurrentProject
     "ignored here"
@@ -918,7 +918,7 @@
 !ModalBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.82 2003-05-07 14:43:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.83 2003-05-07 14:59:22 cg Exp $'
 ! !
 
 ModalBox initialize!
--- a/PopUpView.st	Wed May 07 16:56:36 2003 +0200
+++ b/PopUpView.st	Wed May 07 17:00:12 2003 +0200
@@ -249,7 +249,7 @@
 
 ! !
 
-!PopUpView methodsFor:'initialize / release'!
+!PopUpView methodsFor:'initialization & release'!
 
 create
     super create.
@@ -453,5 +453,5 @@
 !PopUpView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.51 2003-05-07 14:45:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/PopUpView.st,v 1.52 2003-05-07 15:00:12 cg Exp $'
 ! !
--- a/TopView.st	Wed May 07 16:56:36 2003 +0200
+++ b/TopView.st	Wed May 07 17:00:12 2003 +0200
@@ -298,7 +298,7 @@
      display a help text in one of its message areas"
 ! !
 
-!TopView methodsFor:'initialize / release'!
+!TopView methodsFor:'initialization & release'!
 
 assignKeyboardFocusToFirstInputField
     "assign the keyboard focus to the first input field,
@@ -800,5 +800,5 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.80 2003-05-07 14:42:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.81 2003-05-07 14:59:54 cg Exp $'
 ! !