| 164 | } |
| 165 | |
| 166 | void ScrollView::setContentPosition(const IntPoint& _point) |
| 167 | { |
| 168 | getClientWidget()->setPosition(IntPoint() - _point); |
| 169 | } |
| 170 | |
| 171 | IntSize ScrollView::getViewSize() const |
| 172 | { |
nothing calls this directly
no test coverage detected