beautypg.com

Functions 6 – Apple Newton Programmer’s Newton 2.0 (for Newton 2.0) User Manual

Page 259

background image

C H A P T E R 6

Pickers, Pop-up Views, and Overviews

Summary

6-59

browsers:

array

,

// frame with array of outline

// items

viewFont:

fontSpec,

viewFlags :

constant

,

viewFormat:

formatFlags

,

clickSound:

frame

,

// sound frame for taps

OutlineClickScript:

function

,

//called when user taps item

...

}

clMonthView

6

theMonth := {...

viewclass: clMonthView,

viewBounds:

boundsFrame

,

viewflags:

constant

,

labelFont:

fontSpec

,

dateFont:

fontSpec

,

selectedDates:

array

,

viewSetupFormScript:

function

,

...

}

Functions

6

PopupMenu(

list

,

options

)

IsNameRef(

item

)

AliasFromObj(

item

)

EntryFromObj(

item

)

ObjEntryClass(

item

)