Apple Newton Programmer’s Newton 2.0 (for Newton 2.0) Manuale Utente Pagina 285

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 942
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 284
CHAPTER 7
Controls and Other Protos
Summary 7-25
protoRCheckbox 7
aProtoRCheckbox := {
_proto: protoRCheckbox,
viewBounds: boundsFrame,
viewFormat: formatFlags,
viewFont: fontFlags, // font for text label
text: string, // the checkbox label
indent: integer, // pixels to indent box
buttonValue: value, // value when box is checked
viewValue: value, // current value (nil=unchecked)
ValueChanged: function, // checkbox value changed
ToggleCheck: function, // toggles checkbox state
...
}
Selection Tab Protos 7
protoAZTabs 7
aProtoAZTabs := {
_proto: protoAZTabs,
PickLetterScript: function, // tab is tapped
SetLetter: function, // sets tab letter
...
}
protoAZVertTabs 7
aProtoAZVertTabs := {
_proto: protoAZVertTabs,
PickLetterScript: function, // tab is tapped
SetLetter: function, // sets tab letter
...
}
Gauges and Slider Protos 7
protoSlider 7
aProtoSlider := {
_proto: protoSlider,
viewBounds: boundsFrame,
Vedere la pagina 284
1 2 ... 280 281 282 283 284 285 286 287 288 289 290 ... 941 942

Commenti su questo manuale

Nessun commento