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

Method init

pluginManager/src/PluginListView.cpp:39–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void PluginListView::init(HWND hListView, HWND hDescription, int nVersionColumns, VERSIONCOLUMN columns[], bool displayUpdateDesc)
40{
41 _hListView = hListView;
42 _hDescription = hDescription;
43 _nVersionColumns = nVersionColumns;
44 _displayUpdateDesc = displayUpdateDesc;
45
46 _columns = new VERSIONCOLUMN[nVersionColumns];
47
48 for(int index = 0; index < nVersionColumns; index++)
49 _columns[index] = columns[index];
50
51 initColumns();
52}
53
54LRESULT PluginListView::notify(WPARAM /*wParam*/, LPARAM lParam)
55{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected