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

Method showTextBox

src/ImageButton.cpp:268–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268void ImageButton::showTextBox() {
269 mCaptionTextBox->set_visible(true);
270 mCaptionTextBox->request_focus();
271 mCaptionTextBox->select_all();
272}
273
274void ImageButton::hideTextBox() {
275 if (!textBoxVisible()) {

Callers 1

keyboard_eventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected