Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20113

16 bytes added, 10:58, 8 November 2011
Constructor / Destructor
CCheck(bool Checked,const char* Format, const char* Text, int Row, int Col, int Width, bool IsRadio = false);
</syntaxhighlight></big>
*Passes the ''Row, Col, Width and "1" '' to ''row, col, width and height '' arguments of CField and directly initializes _Label with ''Text, 0, 4, and (Width-4) '' for ''Str, Row, Col and Len'', arguments of CLabel's Constructor.<br />
*Sets the frame of _Label to itself

Navigation menu