1
edit
Changes
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