| 24 | ScrollWidget(); |
| 25 | ~ScrollWidget(); |
| 26 | math::Vec getScrollOffset() { |
| 27 | return offset; |
| 28 | } |
| 29 | void scrollTo(math::Rect r); |
| 30 | /** Returns the bound of allowed `offset` values in pixels. */ |
| 31 | math::Rect getContainerOffsetBound(); |
nothing calls this directly
no outgoing calls
no test coverage detected