| 160 | } |
| 161 | |
| 162 | LPCTSTR CScrollBarUI::GetButton1PushedImage() |
| 163 | { |
| 164 | return m_sButton1PushedImage; |
| 165 | } |
| 166 | |
| 167 | void CScrollBarUI::SetButton1PushedImage(LPCTSTR pStrImage) |
| 168 | { |
nothing calls this directly
no outgoing calls
no test coverage detected