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

Function EditGetText

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

Source from the content-addressed store, hash-verified

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;
734 newbutt = new UIButton;

Callers

nothing calls this directly

Calls 1

GetTextMethod · 0.45

Tested by

no test coverage detected