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 #1225 background imageLoading...
Page #1225 background image
Appendix A: System Routines — Windows
1183
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
WinOpen
Declaration:
BOOL
WinOpen
(WINDOW *
w
, const WIN_RECT *
wRegion
,
WORD
Flags
, . . . )
Category(ies):
Windows
Description:
Open a new window, initializing all fields of the WINDOW structure. Link
this window into the current list of windows as the topmost window.
Inputs:
w
Address of a WINDOW struct.
wRegion
Screen coordinates of window’s region.
Flags
Flags may be set as follow (note that WF_SAVE_SCR and
WF_DUP_SCR are mutually exclusive).
WF_SAVE_SCR
Save the screen region underneath the window (restore
it when the window is closed). Return FALSE if not
enough memory to allocate a save buffer.
WF_DUP_SCR
Keep a duplicate copy of all data written to the window.
Return FALSE if not enough memory to allocate a save
buffer.
WF_TTY
Write characters in TTY mode (translate ‘\n’, ‘\r’ to
newline, ‘\f’ to clear screen, and wrap at end of lines).
WF_TITLE
Pointer to title follows
Flags
as optional argument.
WF_VIRTUAL
Must also set WF_DUP_SCR, no writes to actual LCD
are done only writes to DUP_SCR.
WF_NOBORDER
Do not draw border for window.
WF_ROUNDEDBORDER
Draw a rounded border (like dialog boxes).
Outputs:
TRUE if window successfully opened, FALSE if not enough memory
(WF_DUP_SCR or WF_SAVE_SCR) or
wRegion
contains invalid window
coordinates.
(continued)

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