| 125 | void TextButton::setText(const UString &Text) { label->setText(Text); } |
| 126 | |
| 127 | sp<BitmapFont> TextButton::getFont() const { return label->getFont(); } |
| 128 | |
| 129 | void TextButton::setFont(sp<BitmapFont> NewFont) { label->setFont(NewFont); } |
| 130 |
no outgoing calls
no test coverage detected