Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ OnTextBoxSubmit
Method
OnTextBoxSubmit
LibLemon/src/gui/fileview.cpp:302–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
}
301
302
void FileView::OnTextBoxSubmit(TextBox* textBox){
303
FileView* fv = (FileView*)textBox->GetParent();
304
305
fv->OnSubmit(textBox->contents[0]);
306
}
307
}
Callers
nothing calls this directly
Calls
2
GetParent
Method · 0.80
OnSubmit
Method · 0.80
Tested by
no test coverage detected