ClassInspectorView.st
changeset 3200 4889a13402db
parent 2997 928594257211
child 3201 88f8ebf3752c
--- a/ClassInspectorView.st	Tue Sep 25 14:57:48 2001 +0200
+++ b/ClassInspectorView.st	Tue Sep 25 15:02:35 2001 +0200
@@ -43,6 +43,9 @@
 "
     modified Inspector for Classes; in addition to instance variables,
     also shows ClassVariables in its left SelectionList.
+
+        Array inspect
+        View inspect
 "
 ! !
 
@@ -75,7 +78,7 @@
 !ClassInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ClassInspectorView.st,v 1.9 2001-03-26 15:51:52 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ClassInspectorView.st,v 1.10 2001-09-25 13:02:29 cg Exp $'
 
 
 ! !