Changes

Jump to: navigation, search

OOP344 Assignment Two

5 bytes added, 12:48, 16 November 2009
m
Dynamic Data
===Dynamic Data===
<big><pre>IO_TextEdit(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 set the class to dynamically create "sereies of strings" to be edited by io_edit function in the edit method when needed.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