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

  • 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 248
CHAPTER 6
Pickers, Pop-up Views, and Overviews
Summary 6-49
protoMapTextPicker 6
aProtoMapTextPicker := {
_proto: protoMapTextPicker,
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
...
}
protoCountryTextPicker 6
aProtoCountryTextPicker := {
_proto: protoCountryTextPicker,
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
...
}
protoUSstatesTextPicker 6
aProtoUSstatesTextPicker := {
_proto: protoUSstatesTextPicker,
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
...
}
Zobrazit stránku 248
1 2 ... 244 245 246 247 248 249 250 251 252 253 254 ... 941 942

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

Žádné komentáře