comment
authorClaus Gittinger <cg@exept.de>
Tue, 24 Feb 2004 11:31:53 +0100
changeset 4032 ced6a721d1a6
parent 4031 31728329be82
child 4033 9af502584519
comment
StandardSystemView.st
TopView.st
--- a/StandardSystemView.st	Tue Feb 24 11:31:16 2004 +0100
+++ b/StandardSystemView.st	Tue Feb 24 11:31:53 2004 +0100
@@ -554,7 +554,8 @@
 
 beSlave
     "define me as a slave-View.
-     All slaves within the applications windowGroup iconify/deiconify with the masterView(s)"
+     All slaves within the applications windowGroup iconify/deiconify with the masterView(s)
+     (i.e. they follow their master(s))"
 
     self setWindowGroupFromApplication.
     super beSlave.
@@ -1523,7 +1524,7 @@
 !StandardSystemView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.152 2004-02-02 13:54:17 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/StandardSystemView.st,v 1.153 2004-02-24 10:31:53 cg Exp $'
 ! !
 
 StandardSystemView initialize!
--- 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 $'
 ! !