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

Method doDialog

pluginManager/src/pluginmanagerdialog.cpp:63–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63void PluginManagerDialog::doDialog()
64{
65 if (!isCreated())
66 {
67 create(IDD_PLUGINMANAGER_DLG);
68
69 }
70
71 goToCenter();
72}
73
74INT_PTR CALLBACK PluginManagerDialog::availableTabDlgProc(HWND hWnd, UINT Message, WPARAM wParam, LPARAM lParam)
75{

Callers 2

doAboutDlgFunction · 0.45
doPluginManagerDlgFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected