ShadowView.st
changeset 616 56cf67c82664
parent 274 30d54aac94a7
child 626 9f4a3aa6f8e2
--- a/ShadowView.st	Thu Apr 25 18:42:15 1996 +0200
+++ b/ShadowView.st	Thu Apr 25 19:17:58 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 SimpleView subclass:#ShadowView
-	 instanceVariableNames:'myView shadowLength shadowClr imageUnderShadow'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Views-Basic'
+	instanceVariableNames:'myView shadowLength shadowClr imageUnderShadow'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Views-Basic'
 !
 
 !ShadowView class methodsFor:'documentation'!
@@ -42,6 +42,9 @@
     as shadow (can be used for solid-black shadows).
 
     The instance variable myView is the view, for which the shadow is for.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -204,5 +207,5 @@
 !ShadowView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.14 1995-12-04 00:08:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.15 1996-04-25 17:17:16 cg Exp $'
 ! !