| 1309 | } |
| 1310 | |
| 1311 | void CListHeaderItemUI::SetFocusedImage(LPCTSTR pStrImage) |
| 1312 | { |
| 1313 | m_sFocusedImage = pStrImage; |
| 1314 | Invalidate(); |
| 1315 | } |
| 1316 | |
| 1317 | LPCTSTR CListHeaderItemUI::GetSepImage() const |
| 1318 | { |
nothing calls this directly
no outgoing calls
no test coverage detected