
CHAPTER 7
Controls and Other Protos
Button and Box Protos 7-9
■ The protoLargeCloseBox creates a picture button with an “X” icon that is
used to close the view. For more information about the slots and methods for
this box, see “protoLargeCloseBox” (page 6-22) in Newton Programmer’s
Reference. Figure 7-12 shows an example of a
protoLargeCloseBox view.
Figure 7-12 A protoLargeCloseBox view
Note
See Newton 2.0 User Interface Guidelines for information about
when to use
protoCloseBox and when to use
protoLargeCloseBox. ◆
■ The protoCheckBox creates a labeled checkbox with the label text to the right
of the box. When the user taps the checkbox, a checkmark is drawn in it. For
more information about the slots and methods for this box, see
“protoCheckbox” (page 6-24) in Newton Programmer’s Reference. Figure 7-13
shows an example of a
protoCheckBox view.
Figure 7-13 A protoCheckBox view
■ The protoRCheckBox creates a labeled checkbox with the text to the left of
the checkbox. When the user taps the checkbox, a checkmark is drawn in it. For
more information about the slots and methods for this box, see “protoRCheckbox”
(page 6-26) in Newton Programmer’s Reference. Figure 7-14 shows an example
of a
protoRCheckBox view.
Figure 7-14 A protoRCheckBox view
Large Close Box
Commentaires sur ces manuels