beautypg.com

Views 8 – Apple Newton Programmer’s Newton 2.0 (for Newton 2.0) User Manual

Page 334

background image

C H A P T E R 8

Text and Ink Input and Display

8-42

Summary of Text

Keyboard Modifier Keys

8

kIsSoftKeyboard

(1 << 24)

kCommandModifier

(1 << 25)

kShiftModifier

(1 << 26)

kCapsLockModifier

(1 << 27)

kOptionsModifier

(1 << 28)

kControlModifier

(1 << 29)

Views

8

clEditView

8

aClEditView:= {

viewBounds:

boundsFrame

,

viewFlags:

constant

,

viewFormat:

formatFlags

,

viewLineSpacing:

integer

,

viewLinePattern:

integer

,

view:

EditAddWordScript(

form, bounds

)

NotesText(

childArray

)

...

}

clParagraphView

8

aClEditView:= {

viewBounds:

boundsFrame

,

viewFont:

fontFrame

,

text:

string

,

viewFlags:

constant

,

viewFormat:

formatFlags

,

viewJustify:

constant

,

tabs:

array

,

// tab stops

styles:

array

,

// style runs

textFlags:

constant

,

copyProtection:

constant

,

...

}