ImageInspectorView.st
changeset 128 6eb4cc559360
parent 111 b4ef3e799345
child 165 df29ee4514c1
--- a/ImageInspectorView.st	Wed Aug 30 02:12:54 1995 +0200
+++ b/ImageInspectorView.st	Wed Aug 30 20:36:12 1995 +0200
@@ -17,15 +17,6 @@
 	 category:'Interface-Inspector'
 !
 
-ImageInspectorView comment:'
-COPYRIGHT (c) 1993 by Claus Gittinger
-	      All Rights Reserved
-
-this class allows better inspection of images
-
-$Header: /cvs/stx/stx/libtool/ImageInspectorView.st,v 1.6 1995-08-10 18:37:49 claus Exp $
-'!
-
 !ImageInspectorView class methodsFor:'documentation'!
 
 copyright
@@ -42,9 +33,16 @@
 "
 !
 
+documentation
+"
+    this class allows better inspection of images,
+    by adding another subView, which displays the image.
+"
+!
+
 version
 "
-$Header: /cvs/stx/stx/libtool/ImageInspectorView.st,v 1.6 1995-08-10 18:37:49 claus Exp $
+$Header: /cvs/stx/stx/libtool/ImageInspectorView.st,v 1.7 1995-08-30 18:35:54 claus Exp $
 "
 ! !