| 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 | { |