Changes

Jump to: navigation, search

OOP344 Assignment Two

3 bytes added, 12:48, 16 November 2009
Non-dynamic Data
===Non-dynamic Data===
<big><pre>IO_TextEditIIO_TextEdit(char* str, int row, int col, int width, int height,int* insertmode, int maxLines = -1,int* insertmode, const char* frameChars = (const char*)0);</pre></big>
This constructor initially splits the newline seperated data from the "str" argument into series of lines that are created dynamically to be edited by the io_edit function in the edit method. The arguments, row and column are top and left coordinates of the text feild and width and hieght are the width and height of the text field.

Navigation menu