How Views Are Created

viewSetupChildrenScript()

The viewSetupChildrenScript method is called after a view's viewCObject is created, but before any child views are created. This makes it a logical candidate for run-time adjustments to the number or types of children a view will have. You cannot individually modify the children, however, as the child views have not yet been created (all that exists is a set of read-only templates).

stepChildren and viewChildren
Creating Children Dynamically

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

Last modified: 1 DEC 1996