SimpleView.st
changeset 2454 f708fb443ffe
parent 2452 0c63e21efd57
child 2465 193a96bd94d7
--- a/SimpleView.st	Mon Feb 15 13:39:15 1999 +0100
+++ b/SimpleView.st	Mon Feb 15 21:14:41 1999 +0100
@@ -5863,6 +5863,8 @@
 !
 
 isExternalTopView
+    "return true, if this is an external topView - always false here"
+
     ^ false
 
 
@@ -7971,6 +7973,6 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.292 1999-02-15 12:38:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.293 1999-02-15 20:14:41 cg Exp $'
 ! !
 SimpleView initialize!