1
edit
Changes
→tasks
* being done by Agron Danushi
* status '''DONE'''
CDialog(CFrame *Container = (CFrame*)0,
int Row = -1, int Col = -1,
virtual ~CDialog();
void draw(int fn = C_FULL_FRAME);
=== R0.2 Part 5 - CDialog.cpp file operator[] and curField()functions. ===
* assigned to Gulnaz Danish
* being done by Gulnaz Danish
* status '''DONE'''
<pre>
CField& operator[](unsigned int);
CField& curField();
</pre>
=== R0.2 CDialog.cpp file curIndex(), fieldnum(), editable() and edit(int) functions. ===