| 272 | } |
| 273 | |
| 274 | void ImageButton::hideTextBox() { |
| 275 | if (!textBoxVisible()) { |
| 276 | return; |
| 277 | } |
| 278 | |
| 279 | mCaptionTextBox->set_focused(false); |
| 280 | this->setCaption(mCaptionTextBox->value()); |
| 281 | mCaptionTextBox->set_visible(false); |
| 282 | } |
| 283 | |
| 284 | } // namespace tev |
no test coverage detected