Appendix A: System Routines — Windows
1197
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
WinWidth
Declaration:
WIN_COORDS
WinWidth
(WINDOW *
w
)
Category(ies):
Windows
Description:
Returns the width of the client (drawable) area of a window.
Inputs:
w
— WINDOW struct of a previously opened window.
Outputs:
Client width of window.
Assumptions:
The window region is the region that was defined when the window was
created with
WinOpen
. If the window is full screen (not counting the status
bar which may not be overlapped), then the client region is equal to the
window region. The client region is reduced by adding borders or a title to a
window.
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: WinOpen, WinHeight
Example:
See
WinHeight
.