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

Method getCurrentSelectedIndex

pluginManager/src/PluginListView.cpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270int PluginListView::getCurrentSelectedIndex()
271{
272 return (int)SendMessage(_hListView, LVM_GETNEXTITEM, WPARAM(-1), LVIS_SELECTED);
273}
274
275void PluginListView::setMessage(TCHAR *msg)
276{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected