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

  • 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 287
CHAPTER 7
Controls and Other Protos
7-28 Summary
Refresh: function, // update clock
TimeChanged: function, // called when time is changed
...
}
protoAMPMCluster 7
aProtoAMPMCluster := {
_proto: protoAMPMCluster,
viewBounds: boundsFrame,
viewJustify: justificationFlags,
time: integer, // specify time--required
...
}
Special View Protos 7
protoDragger 7
aProtoDragger := {
_proto: protoDragger,
viewBounds : boundsFrame,
viewFlags: integer, // viewFlags constants
viewFormat: formatFlags,
noScroll: string, // msg to display if no scrolling
noOverview: string, // msg to display if no overview
...
}
protoDragNGo 7
aProtoDragNGo := {
_proto: protoDragNGo,
viewBounds: boundsFrame,
viewFlags: integer, // viewFlags constants
viewJustify: justificationFlags,
viewFormat: formatFlags,
noScroll: string, // msg to display if no scrolling
noOverview: string, // msg to display if no overview
...
}
Zobrazit stránku 287
1 2 ... 283 284 285 286 287 288 289 290 291 292 293 ... 941 942

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

Žádné komentáře