Home |
RTKernel-32 Programming Manual Function WFrame |
Function WFrameWFrame draws a frame around a window created by WOpenWindow. void WFrame(WWindow * W, const char * Title); ParametersWPointer to the window structure of the window to be framed. TitlePointer to the title to be displayed in the frame's top border. You must reserve one character above and below and two characters on the left and right sides of the window for the frame. Adjacent frames are connected.
|