| 1204 | } |
| 1205 | |
| 1206 | void CListHeaderItemUI::SetDragable(bool bDragable) |
| 1207 | { |
| 1208 | m_bDragable = bDragable; |
| 1209 | if ( !m_bDragable ) m_uButtonState &= ~UISTATE_CAPTURED; |
| 1210 | } |
| 1211 | |
| 1212 | DWORD CListHeaderItemUI::GetSepWidth() const |
| 1213 | { |
nothing calls this directly
no outgoing calls
no test coverage detected