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

Method setAllCheckState

pluginManager/src/PluginListView.cpp:360–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358
359
360void PluginListView::setAllCheckState(BOOL checked)
361{
362 int size = ListView_GetItemCount(_hListView);
363
364 for (int position = 0; position < size; position++)
365 {
366 ListView_SetCheckState(_hListView, position, checked);
367 }
368
369}
370
371void PluginListView::selectAll()
372{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected