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

  • 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 289
CHAPTER 7
Controls and Other Protos
7-30 Summary
protoGlance 7
aProtoGlance := {
_proto: protoGlance,
viewBounds: boundsFrame,
viewJustify: justificationFlags,
viewFormat: formatFlags,
viewFont: fontFlags, // font for text
viewEffect: effectFlags,
viewIdleFrequency: integer, // time view to remain open
text: string, // text to appear in view
...
}
protoStaticText 7
aProtoStaticText:= {
_proto: protoStaticText,
viewBounds: boundsFrame,
viewFlags: integer, // viewFlags constants
text: string, // text to display
viewFont: fontFlags,
viewJustify: justificationFlags,
viewFormat: formatFlags,
viewTransferMode: integer, // view transfer constants
tabs: array, // up to eight tab-stop positions
styles: array, // font information
...
}
View Appearance Protos 7
protoBorder 7
aProtoBorder := {
_proto: protoBorder,
viewBounds: boundsFrame,
viewFlags: integer, // viewFlags constants
viewFormat: formatFlags,
...
}
Zobrazit stránku 289
1 2 ... 285 286 287 288 289 290 291 292 293 294 295 ... 941 942

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

Žádné komentáře