MemoryMonitor.st
changeset 15400 203e07da06e1
parent 14560 d1658d600a6d
child 15566 184cea584be5
child 18706 7883eb939cae
equal deleted inserted replaced
15399:3c49989e6963 15400:203e07da06e1
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libtool' }"
    12 "{ Package: 'stx:libtool' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 ApplicationModel subclass:#MemoryMonitor
    16 ApplicationModel subclass:#MemoryMonitor
    15 	instanceVariableNames:'memoryView'
    17 	instanceVariableNames:'memoryView'
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''
   248               nil
   250               nil
   249               nil
   251               nil
   250             )
   252             )
   251           )
   253           )
   252          (MenuItem
   254          (MenuItem
   253             label: 'Help'
   255             label: 'MENU_Help'
   254             startGroup: right
   256             startGroup: conditionalRight
   255             submenu: 
   257             submenu: 
   256            (Menu
   258            (Menu
   257               (
   259               (
   258                (MenuItem
   260                (MenuItem
   259                   label: 'Documentation'
   261                   label: 'Documentation'
   338 ! !
   340 ! !
   339 
   341 
   340 !MemoryMonitor class methodsFor:'documentation'!
   342 !MemoryMonitor class methodsFor:'documentation'!
   341 
   343 
   342 version
   344 version
   343     ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.73 2014-07-01 20:01:37 cg Exp $'
   345     ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.74 2015-02-24 11:49:58 cg Exp $'
   344 !
   346 !
   345 
   347 
   346 version_CVS
   348 version_CVS
   347     ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.73 2014-07-01 20:01:37 cg Exp $'
   349     ^ '$Header: /cvs/stx/stx/libtool/MemoryMonitor.st,v 1.74 2015-02-24 11:49:58 cg Exp $'
   348 ! !
   350 ! !
   349 
   351