Rabbit RabbitCore User Manual page 155

C-programmable core module with ethernet, serial flash
Table of Contents

Advertisement

void TextBorderInit(windowFrame *wPtr, int border,
char *title);
This function initializes the window frame structure with the border and title information.
NOTE: Execute the
PARAMETERS
wPtr is a pointer to the window frame descriptor.
border is the border style:
SINGLE_LINE
—The function will draw a single-line border around the text window.
DOUBLE_LINE
—The function will draw a double-line border around the text window.
title is a pointer to the title information:
If a
NULL
string is detected, then no title is written to the text menu.
If a string is detected, then it will be written center-aligned to the top of the text menu box.
RETURN VALUE
None.
SEE ALSO
TextBorder, TextGotoXY, TextPutChar, TextWindowFrame, TextCursorLocation
void TextBorder(windowFrame *wPtr);
This function displays the border for a given window frame. This function will automatically adjust the
text window parameters to accommodate the space taken by the text border. This adjustment will only
occur once after the
TextBorderInit
NOTE: Execute the
PARAMETERS
wPtr is a pointer to the window frame descriptor.
RETURN VALUE
None.
SEE ALSO
TextBorderInit, TextGotoXY, TextPutChar, TextWindowFrame,
TextCursorLocation
User's Manual
function before using this function.
TextWindowFrame
function executes.
function before using this function.
TextWindowFrame
149

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the RabbitCore and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Rcm3750

Table of Contents