
CHAPTER 19
Built-in Applications and System Data
Summary 19-53
version: integer,
viewBounds: frame,
exceptions: array,
...}
Notes Frames 19
aNotesFrame := {
notes: array,
repeatingMeetingAlias: entryAlias,
...}
To Do List Soup 19
aToDoListEntry := {
class: symbol,
needsSort: Boolean,
date: integer,
topics: array,
...}
Notes Soup 19
aNotesEntry := {
viewStationery: symbol,
class: symbol,
height: integer,
timeStamp: integer,
labels: symbol,
data: array,
topics: array,
...}
Functions and Methods 19
Names Application Methods 19
cardfile:AddCard(dataDefType, entryFrame) // creates a new
// card in the Names application
cardfile:AddCardData(entry, layoutSym, newData) // adds data
// to an existing card
cardfile:AddLayout(layout) // adds a view definition to
// the Show picker
Commentaires sur ces manuels