Changes

Jump to: navigation, search

Console UI Core Classes - OOP344 20113

10 bytes removed, 02:01, 20 November 2011
m
CMenuItem: removed const keyword from Text, cannot be const since CField::data() is NOT const. And it shouldn't be.
bool selected()const;
void selected(bool val);
const char* Text()const;
};
}
Sets _selected to val
<big><syntaxhighlight lang="cpp">
const char* Text()const;
</syntaxhighlight></big>
Returns the text of Label
1
edit

Navigation menu