Working with Part Frames

DeletionScript

Here's an example of a DeletionScript which prints to the Inspector when the package is deleted:

SetPartFrameSlot('DeletionScript, 
   func() 
   begin
      Print("Deleting"");
   end
);

An online version of Programming for the Newton using Macintosh, 2nd ed. ©1996, 1994, Julie McKeehan and Neil Rhodes.

Last modified: 1 DEC 1996