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

Method SetStatusMessage

editor/MainFrm.cpp:1581–1581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1579// ---------------------------------------------------------------------------
1580
1581void CMainFrame::SetStatusMessage(char *str) { m_wndStatusBar.SetPaneText(0, str); }
1582
1583void EditorStatus(const char *format, ...) {
1584 if (MFC_Main_frame) {

Callers 1

EditorStatusFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected