MemMonitor.st
changeset 1890 8690768a429b
parent 1875 575272661fc4
child 1898 770d056a1f44
equal deleted inserted replaced
1889:d73a5d8b3e14 1890:8690768a429b
   716     newColor := newColor on:device.
   716     newColor := newColor on:device.
   717     freeColor := freeColor on:device.
   717     freeColor := freeColor on:device.
   718     oldColor := oldColor on:device.
   718     oldColor := oldColor on:device.
   719 
   719 
   720     "Modified: / 27.7.1998 / 19:57:51 / cg"
   720     "Modified: / 27.7.1998 / 19:57:51 / cg"
       
   721 !
       
   722 
       
   723 reinitStyle
       
   724     "ignore style changes"
       
   725 
       
   726     "Created: / 15.9.1998 / 15:22:46 / cg"
   721 ! !
   727 ! !
   722 
   728 
   723 !MemoryMonitor methodsFor:'menu functions'!
   729 !MemoryMonitor methodsFor:'menu functions'!
   724 
   730 
   725 backgroundCollect
   731 backgroundCollect
   955 ! !
   961 ! !
   956 
   962 
   957 !MemoryMonitor class methodsFor:'documentation'!
   963 !MemoryMonitor class methodsFor:'documentation'!
   958 
   964 
   959 version
   965 version
   960     ^ '$Header: /cvs/stx/stx/libtool/Attic/MemMonitor.st,v 1.57 1998-09-08 11:23:22 cg Exp $'
   966     ^ '$Header: /cvs/stx/stx/libtool/Attic/MemMonitor.st,v 1.58 1998-09-15 17:07:41 cg Exp $'
   961 ! !
   967 ! !