Texas Instruments TI-89 Developer's Manual page 1101

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

Appendix A: System Routines — Text Editing
TE_handleEvent
TI-89 / TI-92 Plus
Differences:
None
See Also:
TE_open, TE_openFixed, TE_reopen
Example:
void appHandleEvent(Event *e)
{
switch (e->command)
{
case CM_WPAINT:
.
.
.
default:
if (! TE_handleEvent(&appteRec, e))
EV_defaultHandler(e);
break;
}
}
TI-89 / TI-92 Plus Developer Guide
(continued)
/* receive message from event manager */
/* paint my window */
Not for Distribution
/* did text edit handle event? */
/* no, defer to default behavior */
1059
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents