| 138 | } |
| 139 | |
| 140 | LPCTSTR CScrollBarUI::GetButton1NormalImage() |
| 141 | { |
| 142 | return m_sButton1NormalImage; |
| 143 | } |
| 144 | |
| 145 | void CScrollBarUI::SetButton1NormalImage(LPCTSTR pStrImage) |
| 146 | { |
nothing calls this directly
no outgoing calls
no test coverage detected