Rabbit Core RCM3700 User Manual page 153

C-programmable core module with ethernet, serial flash, and enhanced software
Hide thumbs Also See for Core RCM3700:
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
RabbitCore RCM3700 User's Manual
function before using this function.
TextWindowFrame
function executes.
function before using this function.
TextWindowFrame
151

Advertisement

Table of Contents
loading

Table of Contents