MCPcopy 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

GetParentMethod · 0.80
OnSubmitMethod · 0.80

Tested by

no test coverage detected