| 165 | } |
| 166 | |
| 167 | void CScrollBarUI::SetButton1PushedImage(LPCTSTR pStrImage) |
| 168 | { |
| 169 | m_sButton1PushedImage = pStrImage; |
| 170 | Invalidate(); |
| 171 | } |
| 172 | |
| 173 | LPCTSTR CScrollBarUI::GetButton1DisabledImage() |
| 174 | { |
nothing calls this directly
no outgoing calls
no test coverage detected