| 154 | } |
| 155 | |
| 156 | void CScrollBarUI::SetButton1HotImage(LPCTSTR pStrImage) |
| 157 | { |
| 158 | m_sButton1HotImage = pStrImage; |
| 159 | Invalidate(); |
| 160 | } |
| 161 | |
| 162 | LPCTSTR CScrollBarUI::GetButton1PushedImage() |
| 163 | { |
nothing calls this directly
no outgoing calls
no test coverage detected