ImageInspectorView.st
changeset 516 f007fd40377a
parent 165 df29ee4514c1
child 647 1791ceddf2ef
--- a/ImageInspectorView.st	Fri Apr 26 17:50:37 1996 +0200
+++ b/ImageInspectorView.st	Sat Apr 27 19:55:36 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 InspectorView subclass:#ImageInspectorView
-	 instanceVariableNames:'imageView'
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'Interface-Inspector'
+	instanceVariableNames:'imageView'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Interface-Inspector'
 !
 
 !ImageInspectorView class methodsFor:'documentation'!
@@ -38,10 +38,6 @@
     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.8 1995-11-11 15:40:10 cg Exp $'
 ! !
 
 !ImageInspectorView methodsFor:'accessing'!
@@ -84,3 +80,9 @@
      ImageInspectorView inspect:(Image fromFile:'bitmaps/claus.gif')
     "
 ! !
+
+!ImageInspectorView class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libtool/ImageInspectorView.st,v 1.9 1996-04-27 17:55:05 cg Exp $'
+! !