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

Method init

pluginManager/src/pluginmanagerdialog.cpp:768–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766
767
768void PluginManagerDialog::init(HINSTANCE hInst, NppData nppData)
769{
770 _nppData = nppData;
771 Window::init(hInst, nppData._nppHandle);
772}
773
774void PluginManagerDialog::setPluginList(PluginList* pluginList)
775{

Callers 4

availableTabDlgProcMethod · 0.45
updatesTabDlgProcMethod · 0.45
installedTabDlgProcMethod · 0.45
downloadAndPopulateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected