Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
268
void ImageButton::showTextBox() {
269
mCaptionTextBox->set_visible(true);
270
mCaptionTextBox->request_focus();
271
mCaptionTextBox->select_all();
272
}
273
274
void ImageButton::hideTextBox() {
275
if (!textBoxVisible()) {
Callers
1
keyboard_event
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected