Open main menu

CDOT Wiki β

Changes

Console Framework Classes 20103 - OOP344

No change in size, 15:23, 18 November 2010
Methods
void draw(int fn = FW_NO_REFRESH)const;
</pre></big>
If '''fn''' is '''FW_REFRESH''' of or '''FW_FULL_FRAME''', it will call its parent draw with '''fn''' as its argument. Then It will draw all the '''Fields''' in the '''Dialog'''. <br />
If '''fn''' is '''FW_NO_REFRESH''', then it will just draw all the '''Fields''' in the '''Dialog'''.<br />
If '''fn''' is a non-zero positive value, then it will only draw '''Field''' number '''fn''' in the dialog. (First added '''Field''' is field number one.)
1
edit