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

Method doModal

pluginManager/src/ProgressDialog.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139
140void ProgressDialog::doModal(HWND parent)
141{
142 DialogBoxParam(_hInst, MAKEINTRESOURCE(IDD_PROGRESSDIALOG), parent, ProgressDialog::dlgProc, reinterpret_cast<LPARAM>(this));
143}
144
145
146void ProgressDialog::close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected