method category rename
authorClaus Gittinger <cg@exept.de>
Wed, 07 May 2003 16:43:05 +0200
changeset 3881 6661ab0fa781
parent 3880 c4c8268a2d9f
child 3882 6b3ca3db5d31
method category rename
ModalBox.st
TopView.st
--- a/ModalBox.st	Wed May 07 16:32:08 2003 +0200
+++ b/ModalBox.st	Wed May 07 16:43:05 2003 +0200
@@ -555,7 +555,7 @@
     "Modified: 24.7.1997 / 15:22:39 / cg"
 ! !
 
-!ModalBox methodsFor:'show / hide'!
+!ModalBox methodsFor:'show & hide'!
 
 autoHideAfter:seconds with:anAction
     "install a background process, which hides the box
@@ -918,7 +918,7 @@
 !ModalBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.81 2003-04-15 14:30:50 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ModalBox.st,v 1.82 2003-05-07 14:43:05 cg Exp $'
 ! !
 
 ModalBox initialize!
--- a/TopView.st	Wed May 07 16:32:08 2003 +0200
+++ b/TopView.st	Wed May 07 16:43:05 2003 +0200
@@ -535,7 +535,7 @@
     ^ self
 ! !
 
-!TopView methodsFor:'show / hide'!
+!TopView methodsFor:'show & hide'!
 
 fixPosition:aPoint
     "set origin to aPoint, but make sure, that the box is fully visible 
@@ -800,5 +800,5 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.79 2003-05-07 14:31:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.80 2003-05-07 14:42:59 cg Exp $'
 ! !