| 497 | } |
| 498 | |
| 499 | void HyperTextBox::OnTextClick(Widget* _sender) |
| 500 | { |
| 501 | std::string_view url = _sender->getUserString("URL"); |
| 502 | eventUrlClick(this, url); |
| 503 | } |
| 504 | |
| 505 | void HyperTextBox::updateContent() |
| 506 | { |
nothing calls this directly
no test coverage detected