Apple Newton Programmer’s Newton 2.0 (for Newton 2.0) Uživatelský manuál Strana 245

  • 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 244
CHAPTER 6
Pickers, Pop-up Views, and Overviews
Summary 6-45
Map Pickers 6
protoCountryPicker 6
aProtoCountryPicker := {
_proto: protoCountryPicker,
viewBounds: boundsFrame,
autoClose: Boolean, // true to close picker on selection
listLimit: integer, // maximum items listed
PickWorld: function, // called when selection is made
...
}
protoProvincePicker 6
aProtoProvincePicker := {
_proto: protoProvincePicker,
viewFlags: constant,
autoClose: Boolean, // true to close picker on selection
listLimit: integer, // maximum items listed
PickWorld: function, // called when selection is made
...
}
protoStatePicker 6
aProtoStatePicker := {
_proto: protoStatePicker,
viewFlags: constant,
autoClose: Boolean, // true to close picker on selection
PickWorld: function, // called when selection is made
listLimit: integer, // maximum items listed
...
}
protoWorldPicker 6
aProtoWorldPicker := {
_proto: protoWorldPicker,
viewBounds: boundsFrame,
autoClose: Boolean, // true to close picker on selection
listLimit: integer, // maximum items listed
PickWorld: function, // called when selection is made
...
}
Zobrazit stránku 244
1 2 ... 240 241 242 243 244 245 246 247 248 249 250 ... 941 942

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

Žádné komentáře