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 #1230 background imageLoading...
Page #1230 background image
1188
Appendix A: System Routines — Windows
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
WinRemove
Declaration:
void
WinRemove
(WINDOW *
w
, BOOL
UpdateScreen
)
Category(ies):
Windows
Description:
Close a window, releasing any memory assigned to it.
Inputs:
w
WINDOW struct of a previously opened window.
UpdateScreen
If TRUE then the next window in the linked list of
windows is activated and the screen is updated. If
FALSE then no other window is activated and the
screen is not updated.
Outputs:
None
Assumptions:
All windows opened with
WinOpen
must be closed with either
WinClose
or
WinRemove
.
Side Effects:
None if
UpdateScreen
is FALSE, otherwise the same as
WinClose
.
Availability:
On AMS 2.00 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: WinOpen, WinClose
Example:
/* virtual windows are normally closed with WinRemove as shown in this example */
if (WinOpen(&VirtW, MakeWinRect(0,0,COL_MAX,ROW_MAX),WF_VIRTUAL | WF_NOBORDER)) {
/* . . . use VirtW . . . */
WinRemove( &VirtW, FALSE ); /* no screen update */
}

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