MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / EditSetText

Function EditSetText

Descent3/multi_dll_mgr.cpp:730–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728 return newedit;
729}
730void EditSetText(NewUIEdit *item, const char *newtext) { item->SetText(newtext); }
731void EditGetText(NewUIEdit *item, char *buff, int len) { item->GetText(buff, len); }
732void *ButtonCreate(UIWindow *parentwin, int id, UITextItem *titleitem, int x, int y, int w, int h, int flags) {
733 UIButton *newbutt;

Callers

nothing calls this directly

Calls 1

SetTextMethod · 0.45

Tested by

no test coverage detected