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

Method doModal

pluginManager/src/NotifyUpdatesDialog.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void NotifyUpdatesDialog::doModal()
37{
38 ::DialogBoxParam(_hInst, MAKEINTRESOURCE(IDD_UPDATESNOTIFY), _nppData._nppHandle, NotifyUpdatesDialog::dlgProc, reinterpret_cast<LPARAM>(this));
39}
40
41void NotifyUpdatesDialog::init(HINSTANCE hInst, NppData nppData, PluginList* pluginList)
42{

Callers 1

run_dlgProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected