Apple Newton Utilities Guide de l'utilisateur Page 169

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 942
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 168
CHAPTER 4
NewtApp Applications
Summary of the NewtApp Framework 4-31
newtPrefsView 4
aPrefsView:= { // The preferences view
_proto: newtPrefsView }
newtLayout 4
aBasicLayout:= { // The basic layout view
_proto: newtLayout,
name: "", // Optional.
masterSoupSlot: 'mainSoup, // Required.
// Symbol referring to soup from allSoups slot
forceNewEntry: true, //Forces new entry when empty
//folder opened.
menuRightButtons:[], //Replaces slot in status bar
menuLeftButtons:[], //Replaces slot in status bar
dataSoup: 'soupSymbol,//Set to soup for this layout
dataCursor: ,// Set to top visible entry; main cursor
FlushData: //Flushes all children’s entries
func(),
NewTarget: //Utility resets origin and
func(), // resets screen
ReTarget: //Sets the dataCursor slot and resets
func(setViews),// screen if setViews is true
ScrollCursor: //Moves cursor delta entries and resets it.
func(delta),
SetUpCursor: //Sets cursor and returns entry.
func(),
Scroller: //Moves numAndDirection entries. Scrolls
func(numAndDirection)...,//up if numAndDirection <0.
ViewScrollDownScript: // Calls scroller with the
func()..., //value of 1.
ViewScrollUpScript: // Calls scroller with the
func()..., //value of -1.
DoRetarget(): // Calls the “right” retarget
func()...,
}
Vue de la page 168
1 2 ... 164 165 166 167 168 169 170 171 172 173 174 ... 941 942

Commentaires sur ces manuels

Pas de commentaire