Signal.st
changeset 5570 e6e14f50d721
parent 5515 4adb4b3a7475
child 5685 b7fe093174aa
equal deleted inserted replaced
5569:109bc06e4438 5570:e6e14f50d721
   306     ^ (self copy) parent:self mayProceed:aBoolean
   306     ^ (self copy) parent:self mayProceed:aBoolean
   307 
   307 
   308     "Modified: 8.10.1997 / 11:57:13 / cg"
   308     "Modified: 8.10.1997 / 11:57:13 / cg"
   309 ! !
   309 ! !
   310 
   310 
   311 !Signal methodsFor:'printing'!
   311 !Signal methodsFor:'printing & storing'!
   312 
   312 
   313 description
   313 description
   314     "return the notifier string.
   314     "return the notifier string.
   315      If the notifier string starts with space, prepend
   315      If the notifier string starts with space, prepend
   316      the parents notifier string"
   316      the parents notifier string"
   774 ! !
   774 ! !
   775 
   775 
   776 !Signal class methodsFor:'documentation'!
   776 !Signal class methodsFor:'documentation'!
   777 
   777 
   778 version
   778 version
   779     ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.77 2000-08-11 17:39:18 cg Exp $'
   779     ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.78 2000-08-31 10:03:29 cg Exp $'
   780 ! !
   780 ! !