Apple Newton Utilities Podręcznik Użytkownika Strona 258

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 942
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 257
CHAPTER 6
Pickers, Pop-up Views, and Overviews
6-58 Summary
allCollapsed: Boolean, // roll collapsed if non-nil
index: integer, // index of item to start
// display at
declareSelf: symbol, // 'roll — do not change
...
}
protoRollBrowser 6
aProtoRollBrowser := {
_proto: protoRollBrowser,
viewBounds: boundsFrame,
viewJustify: justificationFlags,
viewFormat: formatFlags,
title: string, // text for title at top of roll
rollItems: array, // templates for roll items
rollCollapsed: Boolean, // roll collapsed if non-nil
rollIndex: integer, // index of item to start
// display at
declareSelf: symbol, // 'base — do not change
...
}
protoRollItem 6
aProtoRollItem := {
_proto: protoRollItem,
viewBounds: boundsFrame,
viewJustify: justificationFlags,
viewFormat: formatFlags,
overview: string, // text for one-line overview
height: integer, // height of the view in pixels
stepChildren: Boolean, // child views for this roll item
...
}
View Classes 6
clOutlineView 6
myOutline:= {...
viewClass: clOutline,
viewBounds: boundsFrame,
Przeglądanie stron 257
1 2 ... 253 254 255 256 257 258 259 260 261 262 263 ... 941 942

Komentarze do niniejszej Instrukcji

Brak uwag