comment
authorClaus Gittinger <cg@exept.de>
Fri, 23 Apr 1999 16:54:18 +0200
changeset 1858 24a27e1d0193
parent 1857 3a2af14b7bea
child 1859 acd3ca6d027b
comment
MenuView.st
--- a/MenuView.st	Fri Apr 23 14:45:39 1999 +0200
+++ b/MenuView.st	Fri Apr 23 16:54:18 1999 +0200
@@ -2667,6 +2667,8 @@
 !
 
 unmap
+    "unmap the view - the view stays created (but invisible), and can be remapped again later."
+
     self hideSubmenu.
     super unmap.
 
@@ -2718,5 +2720,5 @@
 !MenuView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.117 1999-02-11 10:22:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.118 1999-04-23 14:54:18 cg Exp $'
 ! !