| 159 | } |
| 160 | |
| 161 | IntPoint ScrollView::getContentPosition() const |
| 162 | { |
| 163 | return IntPoint() - getClientWidget()->getPosition(); |
| 164 | } |
| 165 | |
| 166 | void ScrollView::setContentPosition(const IntPoint& _point) |
| 167 | { |
nothing calls this directly
no test coverage detected