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

Method doDialog

pluginManager/src/NotifyUpdatesDialog.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26using namespace std::placeholders;
27
28void NotifyUpdatesDialog::doDialog()
29{
30 if (!isCreated())
31 create(IDD_UPDATESNOTIFY);
32
33 goToCenter();
34}
35
36void NotifyUpdatesDialog::doModal()
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected