Apple Newton Programmer’s Newton 2.0 (for Newton 2.0) Instrukcja Użytkownika Strona 252

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 942
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
...
}
Przeglądanie stron 251
1 2 ... 247 248 249 250 251 252 253 254 255 256 257 ... 941 942

Komentarze do niniejszej Instrukcji

Brak uwag