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

Method SetStatus

editor/ScriptLevelInterface.cpp:203–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201// CScriptLevelInterface message handlers
202
203void CScriptLevelInterface::SetStatus(char *str) {
204 CWnd *wnd = (CWnd *)GetDlgItem(IDC_STATUS);
205 wnd->SetWindowText(str);
206 Descent->defer();
207}
208
209void CScriptLevelInterface::OnCheckout() {
210 UpdateData(true);

Callers

nothing calls this directly

Calls 1

deferMethod · 0.45

Tested by

no test coverage detected