ClassInspectorView.st
changeset 2997 928594257211
parent 2271 0cf238543cb1
child 3200 4889a13402db
--- a/ClassInspectorView.st	Mon Mar 26 17:47:38 2001 +0200
+++ b/ClassInspectorView.st	Mon Mar 26 17:51:52 2001 +0200
@@ -12,6 +12,8 @@
 
 
 
+"{ Package: 'stx:libtool' }"
+
 InspectorView subclass:#ClassInspectorView
 	instanceVariableNames:''
 	classVariableNames:''
@@ -35,6 +37,13 @@
 "
 
 
+!
+
+documentation
+"
+    modified Inspector for Classes; in addition to instance variables,
+    also shows ClassVariables in its left SelectionList.
+"
 ! !
 
 !ClassInspectorView methodsFor:'accessing'!
@@ -63,37 +72,10 @@
     ^ aList
 ! !
 
-!ClassInspectorView methodsFor:'documentation'!
-
-copyright
-"
- COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
-
- This software is furnished under a license and may be used
- only in accordance with the terms of that license and with the
- inclusion of the above copyright notice.   This software may not
- be provided or otherwise made available to, or used by, any
- other person.  No title to or ownership of the software is
- hereby transferred.
-"
-!
-
-documentation
-"
-    modified Inspector for Classes; in addition to instance variables,
-    also shows ClassVariables in its left SelectionList.
-"
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libtool/ClassInspectorView.st,v 1.8 1999-07-16 17:25:49 cg Exp $'
-! !
-
 !ClassInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ClassInspectorView.st,v 1.8 1999-07-16 17:25:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ClassInspectorView.st,v 1.9 2001-03-26 15:51:52 stefan Exp $'
 
 
 ! !