ShadowView.st
changeset 2575 ee1eb6c85319
parent 2188 6b013c605bc9
child 2830 edd000e38cf0
--- a/ShadowView.st	Fri Apr 23 16:49:35 1999 +0200
+++ b/ShadowView.st	Fri Apr 23 16:53:44 1999 +0200
@@ -214,7 +214,8 @@
 !
 
 unmap
-    "relase the saved image of the covered view"
+    "unmap the view - the view stays created (but invisible), and can be remapped again later.
+     relase the saved image of the covered view"
 
     imageUnderShadow := nil.
     super unmap.
@@ -226,5 +227,5 @@
 !ShadowView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.27 1998-07-27 14:40:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.28 1999-04-23 14:53:44 cg Exp $'
 ! !