Apple Newton Utilities Podręcznik Użytkownika Strona 168

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 942
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 167
CHAPTER 4
NewtApp Applications
4-30 Summary of the NewtApp Framework
newtAZTabs 4
myAZTab:= { // the standard A-Z tabs
_proto: newtAZTabs,
PickActionScript: //Default definition keys to
func(letter)...} // 'indexPath of allSoups soup query
newtFolderTab 4
myFolderTab:= { // the plain folder tab
_proto: newtFolderTab }
newtClockFolderTab 4
myClockFolderTab:= { // digital clock and folder tabs
_proto: newtClockFolderTab }
newtStatusBarNoClose 4
aStatusBarNoClose:= { // status bar with no close box
_proto: newtStatusBarNoClose,
menuLeftButtons: [], //array of button protos
// laid out left to right
menuRightButtons: [], // array of button protos laid out
// right to left
newtStatusBar 4
aStatusBar:= { // status bar with close box
_proto: newtStatusBar
menuLeftButtons: [], //array of button protos
// laid out left to right
menuRightButtons: [], // array of button protos laid out
// right to left }
newtFloatingBar 4
aFloatingBar:= { // status bar with close box
_proto: newtFloatingBar,
menuButtons: [], // array of button protos }
newtAboutView 4
anAboutView:= { // The about view
_proto: newtAboutView }
Przeglądanie stron 167
1 2 ... 163 164 165 166 167 168 169 170 171 172 173 ... 941 942

Komentarze do niniejszej Instrukcji

Brak uwag