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

Method setStepProgress

pluginManager/src/ProgressDialog.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void ProgressDialog::setStepProgress(int percentageComplete)
129{
130 ::SendMessage(_hProgressCurrent, PBM_SETPOS, percentageComplete, 0);
131}
132
133void ProgressDialog::setCurrentStatus(const TCHAR* status)
134{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected