StandardSystemView.st
changeset 4032 ced6a721d1a6
parent 3978 a7a7e5aa016d
child 4060 3de2582320a0
--- 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!