MemoryMonitorView.st
branchjv
changeset 16748 62486fba2d74
parent 16256 65473fc50115
parent 16743 539e6058dba1
child 17136 cb908d2ba02e
equal deleted inserted replaced
16741:f621547bfc73 16748:62486fba2d74
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 1991 by Claus Gittinger
     4  COPYRIGHT (c) 1991 by Claus Gittinger
     3 	      All Rights Reserved
     5 	      All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
   641     ] ifFalse:[
   643     ] ifFalse:[
   642         newColor := Color grey:67.
   644         newColor := Color grey:67.
   643         freeColor := Color grey:33.
   645         freeColor := Color grey:33.
   644         mallocColor := Color grey:50.
   646         mallocColor := Color grey:50.
   645     ].
   647     ].
   646     oldColor := Color white.
   648     oldColor := self whiteColor.
   647 
   649 
   648     self model:self.
   650     self model:self.
   649     self menu:#memoryMenu
   651     self menu:#memoryMenu
   650 
   652 
   651     "
   653     "