| 1480 | } |
| 1481 | |
| 1482 | RECT CListHeaderItemUI::GetThumbRect() const |
| 1483 | { |
| 1484 | if( m_iSepWidth >= 0 ) return CDuiRect(m_rcItem.right - m_iSepWidth, m_rcItem.top, m_rcItem.right, m_rcItem.bottom); |
| 1485 | else return CDuiRect(m_rcItem.left, m_rcItem.top, m_rcItem.left - m_iSepWidth, m_rcItem.bottom); |
| 1486 | } |
| 1487 | |
| 1488 | void CListHeaderItemUI::PaintStatusImage(HDC hDC) |
| 1489 | { |
nothing calls this directly
no outgoing calls
no test coverage detected