ClassItemRoot.st
changeset 2544 04ebb73c452f
parent 2540 e183741e7290
child 2547 49e7cb306cd5
--- a/ClassItemRoot.st	Fri Jan 14 15:12:46 2000 +0100
+++ b/ClassItemRoot.st	Fri Jan 14 16:05:17 2000 +0100
@@ -6,8 +6,22 @@
 !
 
 
+!ClassItemRoot methodsFor:'initialization'!
+
+initialize
+    super initialize.
+    isExpanded := true.
+! !
+
+!ClassItemRoot methodsFor:'queries'!
+
+canCollapse
+    ^ false
+
+! !
+
 !ClassItemRoot class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ClassItemRoot.st,v 1.1 2000-01-14 14:08:06 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ClassItemRoot.st,v 1.2 2000-01-14 15:05:17 ps Exp $'
 ! !