| 456 | } |
| 457 | |
| 458 | void SetColumnWidth(int iWidth) |
| 459 | { |
| 460 | ATLASSERT(::IsWindow(m_hWnd)); |
| 461 | m_iMiddle = iWidth; |
| 462 | m_bColumnFixed = true; |
| 463 | Invalidate(); |
| 464 | } |
| 465 | |
| 466 | void InvalidateItem(int idx) |
| 467 | { |
nothing calls this directly
no outgoing calls
no test coverage detected