| 4 | namespace DuiLib |
| 5 | { |
| 6 | CSliderUI::CSliderUI() : m_uButtonState(0), m_nStep(1) |
| 7 | { |
| 8 | m_uTextStyle = DT_SINGLELINE | DT_CENTER; |
| 9 | m_szThumb.cx = m_szThumb.cy = 10; |
| 10 | } |
| 11 | |
| 12 | LPCTSTR CSliderUI::GetClass() const |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected