| 490 | } |
| 491 | |
| 492 | void HyperTextBox::OnTextSetFocus(Widget* _sender, Widget* _old) |
| 493 | { |
| 494 | size_t count = _sender->getChildCount(); |
| 495 | if (count > 0) |
| 496 | _sender->getChildAt(0)->setVisible(true); |
| 497 | } |
| 498 | |
| 499 | void HyperTextBox::OnTextClick(Widget* _sender) |
| 500 | { |
nothing calls this directly
no test coverage detected