int TextWindowFrame(windowFrame *window, fontInfo *pFont, int x,
int y, int winWidth, int winHeight);
DESCRIPTION
Defines a text-only display window. This function provides a way to display characters
within the text window using only character row and column coordinates. The text win-
dow feature provides end-of-line wrapping and clipping after the character in the last
column and row is displayed.
NOTE: Execute the
PARAMETERS
window
pFont
x
y
winWidth
winHeight
RETURN VALUE
0—window frame was successfully created.
-1—x coordinate + width has exceeded the display boundary.
-2—y coordinate + height has exceeded the display boundary.
-3—Invalid winHeight and/or winWidth parameter value.
120
TextWindowFrame
TextWindowFrame()
a pointer to the window frame descriptor.
a pointer to the font descriptor.
the x coordinate of the top left corner of the text window frame.
the y coordinate of the top left corner of the text window frame.
the width of the text window frame.
the height of the text window frame.
function before other
Text...
RabbitCore RCM3209/RCM3229
functions.
Need help?
Do you have a question about the RabbitCore RCM3209 and is the answer not in the manual?
Questions and answers