Apple Newton Utilities Guía de usuario Pagina 252

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 942
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
...
}
Vista de pagina 251
1 2 ... 247 248 249 250 251 252 253 254 255 256 257 ... 941 942

Comentarios a estos manuales

Sin comentarios