| 348 | } |
| 349 | |
| 350 | Viewport::Ptr ScrolledWindow::GetViewport() const { |
| 351 | return m_viewport; |
| 352 | } |
| 353 | |
| 354 | void ScrolledWindow::HandleChildInvalidate( Widget::PtrConst child ) const { |
| 355 | // A child has been invalidated. Update Scrollbars. |
nothing calls this directly
no outgoing calls
no test coverage detected