Apple Newton Utilities User's Guide Page 252

  • Download
  • Add to my manuals
  • Print
  • Page
    / 942
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 251
CHAPTER 6
Pickers, Pop-up Views, and Overviews
6-52 Summary
protoYearPopup 6
protoYearPopup := {
_proto: protoYearPopup,
New: function, // creates pop-up view
NewYear: function, // called when year changes
DoneYear: function, // called on close box tap
PickCancelledScript: function, // user cancelled picker
...
}
protoTimePopup 6
protoTimePopup := {
_proto: protoTimePopup,
New: function, // creates pop-up view
NewTime: function, // called when time changes
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled picker
...
}
protoAnalogTimePopup 6
protoAnalogTimePopup := {
_proto: protoAnalogTimePopup,
New: function, // creates pop-up view
NewTime: function, // called when time changes
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled picker
...
}
protoTimeDeltaPopup 6
protoTimeDeltaPopup := {
_proto: protoTimeDeltaPopup,
New: function, // creates pop-up view
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled picker
...
}
Page view 251
1 2 ... 247 248 249 250 251 252 253 254 255 256 257 ... 941 942

Comments to this Manuals

No comments