Apple Newton Utilities Guía de usuario Pagina 177

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 942
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 176
CHAPTER 4
NewtApp Applications
Summary of the NewtApp Framework 4-39
newtROEditView 4
readOnlyEditView:= { // A text display view, which
// may have scrollers
_proto: newtROEditView,
optionFlags: kNoOptions, // disables scroller
//kHasScrollersOption enables scroller
doCaret: true, //caret is autoset
viewLineSpacing: 28,
path: 'pathExpr,// Data stored/retrieved from here
ScrolltoWord: // Finds words, scrolls to it, and high-
func(words, hilite)..., // lights it (if hilite is true)
}
newteditView 4
editView:= { // A text edit view, which
// may have scrollers
_proto: newtEditView,
optionFlags: kNoOptions, // disables scroller
//kHasScrollersOption enables scroller
doCaret: true, //caret is autoset
viewLineSpacing: 28,
path: 'pathExpr,// Data stored/retrieved from here
ScrolltoWord: // Finds words, scrolls to it, and high-
func(words, hilite)..., // lights it (if hilite is true)
}
newtCheckBox 4
checkBoxView:= { // A checkbox
_proto: newtCheckBox
assert: true,// Data stored/retrieved from here
negate: nil,// Data stored/retrieved from here
path: 'pathExpr,// Data stored/retrieved from here
ViewSetupForm: // Is target.(path)= assert?
func()..., //
ValueChanged: // Changes target.(path) value to its
func()..., // opposite either true or false
}
Vista de pagina 176
1 2 ... 172 173 174 175 176 177 178 179 180 181 182 ... 941 942

Comentarios a estos manuales

Sin comentarios