Apple Newton Utilities Guía de usuario Pagina 168

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 942
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 }
Vista de pagina 167
1 2 ... 163 164 165 166 167 168 169 170 171 172 173 ... 941 942

Comentarios a estos manuales

Sin comentarios