Changes

Jump to: navigation, search

Team Excellence - oop344 20113

409 bytes added, 16:00, 15 October 2011
R0.2 Task Assignments
'''Sandip:'''
<syntaxhighlight lang="cpp">
<pre> cfield(int row = 0, int col = 0, int width = 0, int height =0, void* data = (void*) 0, bool bordered = false, const char* border=c_border_chars); ~cfield(); virtual int edit() = 0; virtual bool editable() const = 0; virtual void set(const void* data) = 0; virtual void* data(); void container(cdialog* thecontainer); cdialog* container();</pre>
</syntaxhighlight>
1
edit

Navigation menu