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

  • 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 288
CHAPTER 7
Controls and Other Protos
Summary 7-29
protoDrawer 7
aProtoDrawer := {
_proto: protoDrawer,
viewFlags: integer, // viewFlags constants
viewBounds: boundsFrame,
viewFormat: formatFlags,
viewEffect: effectFlags,
showSound: soundFrame,// sound when drawer opens
hideSound: soundFrame,// sound when drawer closes
...
}
protoFloater 7
aProtoFloater := {
_proto: protoFloater,
viewBounds: boundsFrame,
viewFlags: integer, // viewFlags constants
viewJustify:justificationFlags,
viewFormat: formatFlags,
viewEffect: effectFlags,
noScroll: string, // msg to display if no scrolling
noOverview: string, // msg to display if no overview
...
}
protoFloatNGo 7
aProtoFloatNGo := {
_proto: protoFloatNGo,
viewFlags: integer, // viewFlags constants
viewBounds: boundsFrame,
viewJustify: justificationFlags,
viewFormat: formatFlags,
viewEffect: effectFlags,
noScroll: string, // msg to display if no scrolling
noOverview: string, // msg to display if no overview
...
}
Zobrazit stránku 288
1 2 ... 284 285 286 287 288 289 290 291 292 293 294 ... 941 942

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

Žádné komentáře