Winstrxy - Texas Instruments TI-89 Developer's Manual

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

Advertisement

Appendix A: System Routines — Windows

WinStrXY

Declaration:
void WinStrXY (WINDOW * w , WIN_COORDS x , WIN_COORDS y ,
char * Str )
Category(ies):
Windows
Description:
Draw a string to a window at position x, y (pixel based). The current pen
location is updated to point to the end of where the string was written.
Inputs:
w
x, y — Window position to write to (set with WinMoveTo).
Str — Pointer to string to write.
Outputs:
None
Assumptions:
The default attribute (A_NORMAL) can be changed with WinAttr; the
default font (F_6x8) can be changed with WinFont.
The supported values for character attributes are: A_NORMAL,
A_REVERSE, A_XOR, A_SHADED, and A_REPLACE. See WinAttr for a
detailed description of the character attributes.
Side Effects:
None
Availability:
All versions of the TI-89 / TI-92 Plus.
TI-89 / TI-92 Plus
Differences:
None
See Also:
WinAttr, WinChar[XY], WinFont, WinStr
Example:
See WinStr.
TI-89 / TI-92 Plus Developer Guide
— WINDOW struct of a previously opened window.
Not for Distribution
1195
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