MCPcopy Create free account
hub / github.com/NPP-JSONViewer/JSON-Viewer / SetSelection

Method SetSelection

src/NppJsonViewer/TreeViewCtrl.cpp:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303void TreeViewCtrl::SetSelection(HTREEITEM hItem) const
304{
305 TreeView_SelectItem(m_hTree, hItem);
306}
307
308bool TreeViewCtrl::IsItemVisible(HTREEITEM hti) const
309{

Callers 1

SearchInTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected