Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20111

264 bytes added, 14:09, 4 April 2011
Attributes
char* _text;
</syntaxhighlight></big>
*_selected holds the status of the menuitem (0: not selected, 1: selected) and is pointed by _data.
*_format hods the surrounding "selection indicator" characters used by bio_displaymenuitem.
*_text points to the allocated memory holding the text of the menuitem
 
===Constructors / Destructor===
<big><syntaxhighlight lang="cpp">

Navigation menu