Appendix A: System Routines — Windows
1193
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
WinStr
Declaration:
void
WinStr
(WINDOW *
w
, char *
Str
)
Category(ies):
Windows
Description:
Draw a string to a window at the current pen location. The current pen
location is updated to point to the end of where the string was written.
Inputs:
w
— WINDOW struct of a previously opened window.
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 current window
position is set with
WinMoveTo
or
WinMoveRel
.
The supported values for character attributes are: A_NORMAL,
A_REVERSE, A_XOR, A_SHADED, 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, WinMoveTo, WinMoveRel, WinStrXY
(continued)