Apple Newton Utilities User's Guide Page 248

  • Download
  • Add to my manuals
  • Print
  • Page
    / 942
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 247
CHAPTER 6
Pickers, Pop-up Views, and Overviews
6-48 Summary
time: integer, // initial start time
format: symbol, // format to display time
increment: integer, // increment to change
// time for taps
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled picker
...
}
protoDurationTextPicker 6
aProtoDurationTextPicker := {
_proto: protoDurationTextPicker,
label: string, // picker label
startTime: integer, // initial start time
stopTime: integer, // initial end time
format: symbol, // format to display time
increment: integer, // increment to change
// time for taps
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled picker
...
}
protoTimeDeltaTextPicker 6
aProtoTimeDeltaTextPicker := {
_proto: protoTimeDeltaTextPicker,
label: string, // picker label
time: integer, // initial time
labelFont: fontSpec, // label display font
entryFont: fontSpec, // picked entry font
indent: integer, //amount to indent text
increment: integer, // increment to change
// time for taps
minValue: integer, // minimum delta value
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled picker
...
}
Page view 247
1 2 ... 243 244 245 246 247 248 249 250 251 252 253 ... 941 942

Comments to this Manuals

No comments