EasyManuals Logo
Home>Texas Instruments>Calculator>TI-89

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 #1207 background imageLoading...
Page #1207 background image
Appendix A: System Routines — Windows
1165
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
WinClr
Declaration:
void
WinClr
(WINDOW *
w
)
Category(ies):
Windows
Description:
Clear the client area of the current window (using the current clip region).
Reset the current x, y position to the home of the client region. The current
background attribute is used to fill the client area.
Inputs:
w
WINDOW struct of a previously opened window.
Outputs:
None
Assumptions:
The default background attribute is A_REVERSE (clear). A_NORMAL
produces a solid background. A_XOR keeps what is on the screen but flips
every bit.
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: WinBackground
. See
WinFill
to clear specific regions.
Example:
WinStr( &w, "TEST STRING" );
WinBackground( &w, A_XOR );
WinClr( &w ); /* reverse entire window (including existing images) */
ngetchx(); /* wait for user */
WinBackground( &w, A_REVERSE ); /* back to white background (default) */
WinClr( &w ); /* normal clear window */

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