Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20111

238 bytes added, 22:42, 24 March 2011
Methods
void draw(int fn = C_FULL_FRAME);
</syntaxhighlight></big>
First if '''fn''' is C_FULL_FRAME, then it will call the CFrame's draw().If fn is zero then it will draw all the fields on the dialog, otherwise it will draw the field with sequence number '''fn'''. (the first field sequence number is 1)
<big><syntaxhighlight lang="cpp">
int edit(int fn = C_FULL_FRAME);

Navigation menu