Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20113

2 bytes added, 22:28, 12 November 2011
CCheckMark
bool _radio;
char _format[4];
CLabel Label_Label;
public:
CCheckMark(bool Checked,const char* Format, const char* Text, int Row, int Col, int Width, bool IsRadio = false);
</syntaxhighlight></big>
*These methods set and get _flag.
 
==CMenuItem==
CMenuItem provides a Label that is can be marked as selected by pressing the space bar.
1
edit

Navigation menu