Apple Newton Utilities Podręcznik Użytkownika Strona 241

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 942
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 240
CHAPTER 6
Pickers, Pop-up Views, and Overviews
Summary 6-41
Summary 6
The following sections summarize the reference information in this chapter.
General Picker Protos 6
protoPopupButton 6
aProtoPopupButton := {
_proto: protoPopupButton,
viewFlags: flags,
viewBounds: boundsFrame,
viewJustify: justificationFlags,
text: string, // text inside button
popup: array, // items in list
ButtonClickScript: function, // called on button tap
PickActionScript: function, // returns item selected
PickCancelledScript: function, // user cancelled
...
}
protoPopInPlace 6
aProtoPopInPlace := {
_proto: protoPopInPlace,
viewBounds: boundsFrame,
viewFlags: constant,
viewJustify: justificationFlags,
text: string, // text inside button
popup: array, // items in list
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled
...
}
protoLabelPicker 6
aProtoLabelPicker := {
_proto: protoLabelPicker,
viewBounds: boundsFrame,
viewFont: fontSpec,
Przeglądanie stron 240
1 2 ... 236 237 238 239 240 241 242 243 244 245 246 ... 941 942

Komentarze do niniejszej Instrukcji

Brak uwag