| 1166 | // |
| 1167 | |
| 1168 | CListHeaderItemUI::CListHeaderItemUI() : m_bDragable(true), m_uButtonState(0), m_iSepWidth(4), |
| 1169 | m_uTextStyle(DT_VCENTER | DT_CENTER | DT_SINGLELINE), m_dwTextColor(0), m_iFont(-1), m_bShowHtml(false) |
| 1170 | { |
| 1171 | SetTextPadding(CDuiRect(2, 0, 2, 0)); |
| 1172 | ptLastMouse.x = ptLastMouse.y = 0; |
| 1173 | SetMinWidth(16); |
| 1174 | } |
| 1175 | |
| 1176 | LPCTSTR CListHeaderItemUI::GetClass() const |
| 1177 | { |
nothing calls this directly
no outgoing calls
no test coverage detected