comment
authorClaus Gittinger <cg@exept.de>
Fri, 23 Apr 1999 16:54:40 +0200
changeset 1330 63d2fe5ebd48
parent 1329 e0dff849cf82
child 1331 aae37cbfb30a
comment
MenuPanel.st
--- a/MenuPanel.st	Fri Apr 23 14:49:20 1999 +0200
+++ b/MenuPanel.st	Fri Apr 23 16:54:40 1999 +0200
@@ -2903,9 +2903,8 @@
 !
 
 unmap
-    "unmap view. If we have a popup supermenu, it will get all keyboard and
-     mouse events.
-    "
+    "unmap the view - the view stays created (but invisible), and can be remapped again later.
+     If we have a popup supermenu, it will get all keyboard and mouse events."
 
     self clearLastActiveMenu.
 
@@ -5407,6 +5406,6 @@
 !MenuPanel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.155 1999-04-16 17:51:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/MenuPanel.st,v 1.156 1999-04-23 14:54:40 cg Exp $'
 ! !
 MenuPanel initialize!