Apple Newton Utilities Uživatelská příručka Strana 250

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 942
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 249
CHAPTER 6
Pickers, Pop-up Views, and Overviews
6-50 Summary
protoCitiesTextPicker 6
aProtoCitiesTextPicker := {
_proto: protoCitiesTextPicker,
label: string, // picker label
labelFont: fontSpec, // label display font
entryFont: fontSpec, // picked entry font
indent: integer, // amount to indent text
params: frame,
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled picker
...
}
protoLongLatTextPicker 6
aProtoLongLatTextPicker := {
_proto: protoLongLatTextPicker,
label: string, // picker label
latitude: integer, // initial latitude
longitude: integer, // initial longitude
labelFont: fontSpec, // label display font
entryFont: fontSpec, // picked entry font
indent: integer, // amount to indent text
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled picker
worldClock: boolean // do not change
...
}
Date, Time, and Location Pop-up Views 6
protoDatePopup 6
aProtoDatePopup := {
_proto: protoDatePopup,
New: function, // creates pop-up view
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled picker
...
}
Zobrazit stránku 249
1 2 ... 245 246 247 248 249 250 251 252 253 254 255 ... 941 942

Komentáře k této Příručce

Žádné komentáře