Apple Newton Utilities Guía de usuario Pagina 281

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 942
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 280
CHAPTER 7
Controls and Other Protos
Summary 7-21
protoHorizontal2DScroller 7
aProtoHorizontal2DScroller := {
_proto: protoHorizontal2DScroller,
scrollView: viewTemplate,
scrollRect: boundsFrame,// extent of scrollable area
dataRect: boundsFrame,// extent of data in the view
viewRect: boundsFrame,// extent of visible area
xPos: integer, // initial x-coord in scrollRect
yPos: integer, // initial y-coord in scrollRect
scrollAmounts: array, // line, page, dbl-click values
pageThreshhold:integer, // lines before page scrolling
ViewScroll2DScript: function, // called when arrows tapped
ViewScrollDoneScript:function, // called when scroll done
SetArrow: function, // set scroll direction
GetArrow: function, // returns scroll direction
...
}
protoHorizontalUpDownScroller 7
aProtoHorizontalUpDownScroller := {
_proto: protoHorizontalUpDownScroller,
scrollView: viewTemplate,
scrollRect: boundsFrame,// extent of scrollable area
dataRect: boundsFrame,// extent of data in the view
viewRect: boundsFrame,// extent of visible area
xPos: integer, // initial x-coord in scrollRect
yPos: integer, // initial y-coord in scrollRect
scrollAmounts: array, // line, page, dbl-click values
pageThreshhold:integer, // lines before page scrolling
ViewScroll2DScript: function, // called when arrows tapped
ViewScrollDoneScript:function, // called when scroll done
SetArrow: function, // set scroll direction
GetArrow: function, // returns scroll direction
...
}
Vista de pagina 280
1 2 ... 276 277 278 279 280 281 282 283 284 285 286 ... 941 942

Comentarios a estos manuales

Sin comentarios