| 275 | } |
| 276 | |
| 277 | int STreeViewItemLocator::GetItemHeight(HTREEITEM hItem) const |
| 278 | { |
| 279 | return (int)m_adapter->GetItemDataByIndex(hItem,ITvAdapter::DATA_INDEX_ITEM_HEIGHT); |
| 280 | } |
| 281 | |
| 282 | int STreeViewItemLocator::GetItemWidth(HTREEITEM hItem) const |
| 283 | { |
no test coverage detected