background image
C H A P T E R 6
Pickers, Pop-up Views, and Overviews
Summary
6-49
protoMapTextPicker
6
aProtoMapTextPicker := {
_proto:
protoMapTextPicker,
label:
string
,
// picker label
labelFont:
fontSpec
,
// label display font
entryFont:
fontSpec
,
// picked entry font
indent:
integer
,
// amount to indent text
params:
frame
,
PickActionScript:
function
,
// returns selected item
PickCancelledScript:
function
,
// user cancelled picker
...
}
protoCountryTextPicker
6
aProtoCountryTextPicker := {
_proto:
protoCountryTextPicker,
label:
string
,
// picker label
labelFont:
fontSpec
,
// label display font
entryFont:
fontSpec
,
// picked entry font
indent:
integer
,
// amount to indent text
params:
frame
,
PickActionScript:
function
,
// returns selected item
PickCancelledScript:
function
,
// user cancelled picker
...
}
protoUSstatesTextPicker
6
aProtoUSstatesTextPicker := {
_proto:
protoUSstatesTextPicker,
label:
string
,
// picker label
labelFont:
fontSpec
,
// label display font
entryFont:
fontSpec
,
// picked entry font
indent:
integer
,
// amount to indent text
params:
frame
,
PickActionScript:
function
,
// returns selected item
PickCancelledScript:
function
,
// user cancelled picker
...
}
© 2007-2024, o7 studio » при воспроизведении материала сайта ссылка обязательна