21
edits
Changes
→Constructor
'''IO_Form''' is constructed as follows:
<big><pre>
IO_Form(bool framed = false,
int row = 0, int col = 0 , int width = 0 , int height = 0,
const char* frameChars = (const char*)0);
</pre></big>
'''framed:''' if true, IO_Form will use its parent to draw a frame around itself when display()ed row, col, width and height are passed to the parent under following conditions:<br />if framed is true and width or height are 0 (zero) then the full size of the terminal is used for dimensions of the IO_Frame.
<hr width="50%" />
====Privete Methods====