MCPcopy Create free account
hub / github.com/SOUI2/soui / OnAttrIndent

Method OnAttrIndent

SOUI/src/control/STreeView.cpp:1180–1185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1178 }
1179
1180 HRESULT STreeView::OnAttrIndent(const SStringW & strValue,BOOL bLoading)
1181 {
1182 if(!bLoading) return E_FAIL;
1183 m_tvItemLocator.Attach(new STreeViewItemLocator(_wtoi(strValue)));
1184 return S_OK;
1185 }
1186
1187 void STreeView::OnColorize(COLORREF cr)
1188 {

Callers

nothing calls this directly

Calls 1

AttachMethod · 0.45

Tested by

no test coverage detected