
NewtApplication
appAll"All items" where item describes the things the application works with. A bovine-management program might set this to "All cows".
appSymbolkAppSymbol.
appObject"dog", "dogs"].
title"PigApp".
allLayoutsdefault and overview, and the value of each slot is the corresponding layout. You'll normally store your layouts in files named "default.t" and "overview.t". Thus, the frame should always look like this:{
default: GetLayout("default.t"),
overview:GetLayout("overview.t"),
}
allSoupsallSoups frame describing a soup indexed on a name slot://the allSoups frame
{ mySoup: {
_proto: newtSoup,
soupName: "Soup:Calliope",
soupIndices: [
{
structure: 'slot,
path: 'name,
type: 'string,
},
],
soupQuery: {indexPath: 'name},
},
}
An online version of Programming for the Newton using Macintosh, 2nd ed. ©1996, 1994, Julie McKeehan and Neil Rhodes.
Last modified: 1 DEC 1996