TopView.st
changeset 4032 ced6a721d1a6
parent 3978 a7a7e5aa016d
child 4079 8a66b0c94337
--- a/TopView.st	Tue Feb 24 11:31:16 2004 +0100
+++ b/TopView.st	Tue Feb 24 11:31:53 2004 +0100
@@ -165,8 +165,10 @@
 !
 
 beMaster
-    "make this a master-view. All slave views within the same
-     windowGroup will be closed if any master is closed."
+    "make this a master-view. 
+     All slave views within the same windowGroup will be closed if any master is closed
+     and also de/iconify together with their master(s).
+     (i.e. they follow their master(s))."
 
     type := #master
 
@@ -823,5 +825,5 @@
 !TopView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.83 2004-02-02 13:54:14 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/TopView.st,v 1.84 2004-02-24 10:31:43 cg Exp $'
 ! !