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