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

Method Expand

src/NppJsonViewer/TreeViewCtrl.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void TreeViewCtrl::Expand(HTREEITEM node) const
113{
114 ExpandOrCollapse(node, TVE_EXPAND);
115}
116
117void TreeViewCtrl::Collapse(HTREEITEM node) const
118{

Callers 2

DrawJsonTreeMethod · 0.80
ContextMenuExpandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected