MemoryUsageView.st
changeset 1823 6ebeee55f0c4
parent 1743 88f86bfde4a4
child 2651 ec18d82620d6
--- a/MemoryUsageView.st	Mon Aug 10 16:03:18 1998 +0200
+++ b/MemoryUsageView.st	Mon Aug 10 16:03:50 1998 +0200
@@ -45,6 +45,14 @@
 "
 ! !
 
+!MemoryUsageView class methodsFor:'startup'!
+
+isVisualStartable
+    ^ true
+
+    "Created: / 10.8.1998 / 16:02:59 / cg"
+! !
+
 !MemoryUsageView methodsFor:'initialization'!
 
 initialize
@@ -577,5 +585,5 @@
 !MemoryUsageView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/MemoryUsageView.st,v 1.35 1998-07-23 21:32:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/MemoryUsageView.st,v 1.36 1998-08-10 14:03:42 cg Exp $'
 ! !