Apple Newton Utilities Guide de l'utilisateur Page 246

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 942
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 245
CHAPTER 6
Pickers, Pop-up Views, and Overviews
6-46 Summary
Tex t Picker Protos 6
protoTextPicker 6
aProtoTextPicker := {
_proto: protoTextPicker,
label: string, // picker label
indent: integer, // indent
labelFont: fontSpec, // font for label
entryFont: fontSpec, // font for picker line
Popit: function, // user tapped picker
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled picker
TextSetup: function, // returns text string
...
}
protoDateTextPicker 6
aProtoDateTextPicker := {
_proto: protoDateTextPicker,
label: string, // picker label
date: integer, // initial and currently
// selected date
longFormat: symbol, // format to display date
shortFormat: symbol, // format to display date
PickActionScript: function, // returns selected item
PickCancelledScript:function, // user cancelled picker
...
}
protoDateDurationTextPicker 6
aProtoDateDurationTextPicker := {
_proto: protoDateDurationTextPicker,
label: string, // picker label
labelFont: fontSpec, // display font
entryFont: fontSpec, // picked entry font
startTime: integer, // initial start date
stopTime: integer, // initial end date
longFormat: symbol, // format to display date
shortFormat: symbol, // format to display date
Vue de la page 245
1 2 ... 241 242 243 244 245 246 247 248 249 250 251 ... 941 942

Commentaires sur ces manuels

Pas de commentaire