| 65 | } |
| 66 | |
| 67 | void MenuItem::setFontName(std::string_view _value) |
| 68 | { |
| 69 | Button::setFontName(_value); |
| 70 | if (!getCaption().empty()) |
| 71 | mOwner->_notifyUpdateName(this); |
| 72 | } |
| 73 | |
| 74 | void MenuItem::setFontHeight(int _value) |
| 75 | { |
nothing calls this directly
no test coverage detected