
CHAPTER 8
Text and Ink Input and Display
Summary of Text 8-45
labelFont: constant,
labelCommands: array, // strings for list
curLabelCommand: integer,
indent: integer,
viewLineSpacing: integer,
viewLinePattern: binary, // 8-byte pattern
textSetup: function,
updateText: function,
textChanged: function,
setLabelText: function,
setLabelCommands: function,
labelClick: function,
labelActionScript: function,
...
}
protoKeyboard 8
aprotoKeyboard:= {
_proto : protoKeyboard,
saveBounds: boundsFrame,
freeze: Boolean,
...
}
protoKeypad 8
aprotoKeypad:= {
_proto : protoKeypad,
keyDefinitions: array, // defines key layout
viewFont: constant,
viewFormat: constant,
keyArrayIndex: integer,
keyHighlightKeys: Boolean,
keyResultsAreKeycodes: Boolean,
keyReceiverView: constant,
keySound: constant,
keyPressScript: function,
...
}
Commentaires sur ces manuels