comment
authorClaus Gittinger <cg@exept.de>
Fri, 21 Mar 2003 19:43:59 +0100
changeset 1726 53657643e254
parent 1725 a9945722dab2
child 1727 9e0c69cb6974
comment
ApplicationModel.st
--- a/ApplicationModel.st	Fri Mar 21 19:40:48 2003 +0100
+++ b/ApplicationModel.st	Fri Mar 21 19:43:59 2003 +0100
@@ -1853,7 +1853,9 @@
 !
 
 openAsSlave
-    "open a standard interface as slave"
+    "open a standard interface as slave.
+     Notice: there is still a need to make the current window a master
+        (see code and comments in WindowBuilder >> openAt:withExtent:andType:)"
 
     ^ self openAs:#slave
 
@@ -2724,7 +2726,7 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.182 2003-03-21 18:05:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.183 2003-03-21 18:43:59 cg Exp $'
 ! !
 
 ApplicationModel initialize!