MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / setCurrentStatus

Method setCurrentStatus

pluginManager/src/ProgressDialog.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void ProgressDialog::setCurrentStatus(const TCHAR* status)
134{
135 ::SetWindowText(_hStatus, status);
136}
137
138
139

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected