MCPcopy Create free account
hub / github.com/Tom94/tev / hideTextBox

Method hideTextBox

src/ImageButton.cpp:274–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void 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

Callers 2

ImageButtonMethod · 0.95
mouse_button_eventMethod · 0.80

Calls 2

setCaptionMethod · 0.95
valueMethod · 0.80

Tested by

no test coverage detected