ImageView.st
changeset 49 4dd0f5c3353e
parent 47 502306feb1c3
child 62 378b60ba1200
--- a/ImageView.st	Sun Apr 30 15:40:33 1995 +0200
+++ b/ImageView.st	Wed May 03 02:43:15 1995 +0200
@@ -10,7 +10,7 @@
  hereby transferred.
 "
 
-View subclass:#ImageView
+SimpleView subclass:#ImageView
 	 instanceVariableNames:'image'
 	 classVariableNames:''
 	 poolDictionaries:''
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg2/ImageView.st,v 1.8 1995-04-11 16:29:30 claus Exp $
+$Header: /cvs/stx/stx/libwidg2/ImageView.st,v 1.9 1995-05-03 00:42:38 claus Exp $
 '!
 
 !ImageView class methodsFor:'documentation'!