ShadowView.st
changeset 157 891eff44c2e7
parent 135 cf8e46015072
child 219 9ff0660f447f
--- a/ShadowView.st	Mon Jul 03 02:35:52 1995 +0200
+++ b/ShadowView.st	Sun Jul 23 04:29:59 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.10 1995-05-03 00:25:18 claus Exp $
+$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.11 1995-07-23 02:28:15 claus Exp $
 '!
 
 !ShadowView class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.10 1995-05-03 00:25:18 claus Exp $
+$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.11 1995-07-23 02:28:15 claus Exp $
 "
 !
 
@@ -210,6 +210,6 @@
     myView := aView
 !
 
-createOnTop
+isPopUpView
     ^ true
 ! !