| 4 | namespace DuiLib |
| 5 | { |
| 6 | CButtonUI::CButtonUI() |
| 7 | : m_uButtonState(0) |
| 8 | , m_dwHotTextColor(0) |
| 9 | , m_dwPushedTextColor(0) |
| 10 | , m_dwFocusedTextColor(0) |
| 11 | ,m_dwHotBkColor(0) |
| 12 | { |
| 13 | m_uTextStyle = DT_SINGLELINE | DT_VCENTER | DT_CENTER; |
| 14 | } |
| 15 | |
| 16 | LPCTSTR CButtonUI::GetClass() const |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected