1
edit
Changes
→IO_Frame
'''IO_Frame''' class, encapsulates a frame. It Draws a frame at left top corner of '''col''' and '''row''' with specified '''width''' and '''height'''.
A Frame can be instatiated instantiated as follows:
<big><pre>
IO_Frame(int row, int col, int width, int height, const char* frameChars = (const char*)0);