
Introduction
Consider the foolishness of adding a view frame to a soup. The view would be added. Next, the cloning follows the view's parent chain, merrily duplicating its parent and all its ancestors right up to and including the root view. Clearly, the store wouldn't be large enough to hold such an entry. An entry, then, is not just a frame, but everything the frame points to.
The _proto slot of a frame receives special treatment. The _proto slot is stripped from a frame before adding it to a soup. The theory behind this is that the _proto slot points to ROM or pseudo-ROM, and therefore doesn't need to be saved in a soup.
An online version of Programming for the Newton using Macintosh, 2nd ed. ©1996, 1994, Julie McKeehan and Neil Rhodes.
Last modified: 1 DEC 1996