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

Method stepComplete

gpup/src/ProgressDialog.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96
97void ProgressDialog::stepComplete()
98{
99 _completedSteps++;
100 ::SendMessage(_hProgressBar, PBM_SETPOS, _completedSteps, 0);
101}
102
103
104void ProgressDialog::setStatus(const TCHAR* status)

Callers 1

processActionsFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected