Apple Newton Utilities Guía de usuario Pagina 286

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 942
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 285
CHAPTER 7
Controls and Other Protos
7-26 Summary
viewValue: integer, // gauge value
minValue: integer, // minimum gauge value
maxValue: integer, // maximum gauge value
ViewSetupFormScript: function, // set initial gauge value
ChangedSlider: function, // slider moved
TrackSlider: function, // viewValue changed
...
}
protoGauge 7
aProtoGauge := {
_proto: protoGauge,
viewBounds: boundsFrame,
viewValue: integer, // gauge value
minValue: integer, // minimum gauge value
maxValue: integer, // maximum gauge value
gaugeDrawLimits: Boolean, // non-nil for gray /jointfilesconvert/334756/bg
ViewSetupFormScript: function, // set initial gauge value
...
}
protoLabeledBatteryGauge 7
aProtoLabeledBatteryGauge:= {
_proto: protoLabeledBatteryGauge,
viewBounds: boundsFrame,
...
}
clGaugeView 7
aClGaugeView:= {
viewBounds: boundsFrame,
viewClass: clGaugeView,
viewValue: integer, // value of gauge
viewFlags: integer, // viewFlags constants
viewFormat: formatFlags,
minValue: integer, // min value of gauge
maxValue: integer, // max value of gauge
gaugeDrawLimits: Boolean, // non-nil for gray /jointfilesconvert/334756/bg
ViewChangedScript: function, // gauge dragged
ViewFinalChangeScript: function, // gauge changed
...
}
Vista de pagina 285
1 2 ... 281 282 283 284 285 286 287 288 289 290 291 ... 941 942

Comentarios a estos manuales

Sin comentarios