EasyManuals Logo

Texas Instruments TI-89 Developer's Guide

Texas Instruments TI-89
1398 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #1098 background imageLoading...
Page #1098 background image
1056
Appendix A: System Routines — Text Editing
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
TE_empty
Declaration:
void
TE_empty
(TERecord *
teRec
)
Category(ies):
Text Editing
Description:
Deletes all text from edit buffer.
Inputs:
teRec
Contains the text edit state.
Outputs:
None
Assumptions:
This routine turns off cursor blink before emptying the edit buffer. This
routine does not repaint the edit region. It makes its parent window dirty so
the edit region will be updated when the next paint message arrives.
Side Effects:
May cause heap compression. Sets WF_DIRTY flag in parent window.
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also:
None
Example:
case CM_CLEAR_ALL: /* User chose Clear Editor from Tools menu */
/* Confirm Clear Editor */
if (Dialog(&DataClearDlg, -1, -1, NULL, NULL) == KB_ENTER)
{
TE_empty(&teText); /* OK - empty edit buffer */
TE_focus(&teText); /* Turn cursor blink back on */
}
break;

Table of Contents

Other manuals for Texas Instruments TI-89

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-89 and is the answer not in the manual?

Texas Instruments TI-89 Specifications

General IconGeneral
Display size (HxV)100 x 160 mm
Memory type639K FLASH ROM, 188K bytes RAM
Compatible operating systemsOperating System 2.09
Battery typeAAA

Related product manuals