ProcessMonitor.st
changeset 1003 1cefd1d13089
parent 983 e02eaa70dbd7
child 1007 cf9bad620e24
equal deleted inserted replaced
1002:1fff704cea57 1003:1cefd1d13089
   427     device ctrlDown ifTrue:[
   427     device ctrlDown ifTrue:[
   428         labels := resources array:#(
   428         labels := resources array:#(
   429                         '\c detail'
   429                         '\c detail'
   430                       ).
   430                       ).
   431         selectors := #(
   431         selectors := #(
   432                         tiggleDetail
   432                         toggleDetail
   433                       ).
   433                       ).
   434     ] ifFalse:[
   434     ] ifFalse:[
   435         labels := resources array:#(
   435         labels := resources array:#(
   436                              'inspect' 
   436                              'inspect' 
   437                              'debug'  
   437                              'debug'  
   500 
   500 
   501     m checkToggleAt:#toggleDetail put:showDetail.
   501     m checkToggleAt:#toggleDetail put:showDetail.
   502     ^ m
   502     ^ m
   503 
   503 
   504     "Created: 23.1.1997 / 03:05:54 / cg"
   504     "Created: 23.1.1997 / 03:05:54 / cg"
   505     "Modified: 23.1.1997 / 03:10:09 / cg"
   505     "Modified: 27.1.1997 / 20:41:03 / cg"
   506 !
   506 !
   507 
   507 
   508 stopProcess
   508 stopProcess
   509     "stop the selected process - not even interrupts will wake it up"
   509     "stop the selected process - not even interrupts will wake it up"
   510 
   510 
   598 ! !
   598 ! !
   599 
   599 
   600 !ProcessMonitor class methodsFor:'documentation'!
   600 !ProcessMonitor class methodsFor:'documentation'!
   601 
   601 
   602 version
   602 version
   603 ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.46 1997-01-23 02:37:05 cg Exp $'! !
   603 ^ '$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.47 1997-01-27 19:41:19 cg Exp $'! !