| 21 | } |
| 22 | |
| 23 | void ScrollThumb::setImages(ImageStretchSet const& base, ImageStretchSet const& hover, ImageStretchSet const& pressed) { |
| 24 | m_baseThumb = base; |
| 25 | m_hoverThumb = hover; |
| 26 | m_pressedThumb = pressed; |
| 27 | } |
| 28 | |
| 29 | void ScrollThumb::setImages(Json const& images) { |
| 30 | String directionString; |
no test coverage detected