Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
303
void TreeViewCtrl::SetSelection(HTREEITEM hItem) const
304
{
305
TreeView_SelectItem(m_hTree, hItem);
306
}
307
308
bool TreeViewCtrl::IsItemVisible(HTREEITEM hti) const
309
{
Callers
1
SearchInTree
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected