*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 10 Aug 1998 16:03:50 +0200
changeset 1823 6ebeee55f0c4
parent 1822 b0fb61c02717
child 1824 ac858473e54c
*** empty log message ***
MemUsageV.st
MemoryUsageView.st
SystemStatusMonitor.st
--- a/MemUsageV.st	Mon Aug 10 16:03:18 1998 +0200
+++ b/MemUsageV.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/Attic/MemUsageV.st,v 1.35 1998-07-23 21:32:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/MemUsageV.st,v 1.36 1998-08-10 14:03:42 cg Exp $'
 ! !
--- 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 $'
 ! !
--- a/SystemStatusMonitor.st	Mon Aug 10 16:03:18 1998 +0200
+++ b/SystemStatusMonitor.st	Mon Aug 10 16:03:50 1998 +0200
@@ -23,6 +23,13 @@
 
 !SystemStatusMonitor class methodsFor:'startup'!
 
+isVisualStartable
+    ^ self ~~ SystemStatusMonitor
+
+    "Created: / 10.8.1998 / 16:02:23 / cg"
+    "Modified: / 10.8.1998 / 16:02:41 / cg"
+!
+
 open
     |top monitor|
 
@@ -207,5 +214,5 @@
 !SystemStatusMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.6 1998-08-05 12:30:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.7 1998-08-10 14:03:50 cg Exp $'
 ! !