Apple Newton Programmer’s Newton 2.0 (for Newton 2.0) Instrukcja Użytkownika Strona 285

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 942
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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,
Przeglądanie stron 284
1 2 ... 280 281 282 283 284 285 286 287 288 289 290 ... 941 942

Komentarze do niniejszej Instrukcji

Brak uwag