21
edits
Changes
→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">