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

Method PluginListView

pluginManager/src/PluginListView.cpp:28–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28PluginListView::PluginListView():
29 _hListView(NULL),
30 _hDescription(NULL),
31 _nVersionColumns(0),
32 _columns(NULL),
33 _displayUpdateDesc(false),
34 _listMode(LISTMODE_LIST),
35 _message(NULL)
36{
37}
38
39void PluginListView::init(HWND hListView, HWND hDescription, int nVersionColumns, VERSIONCOLUMN columns[], bool displayUpdateDesc)
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected