| 352 | } |
| 353 | |
| 354 | void ScrolledWindow::HandleChildInvalidate( Widget::PtrConst child ) const { |
| 355 | // A child has been invalidated. Update Scrollbars. |
| 356 | RecalculateAdjustments(); |
| 357 | RecalculateContentAllocation(); |
| 358 | Container::HandleChildInvalidate( child ); |
| 359 | Invalidate(); |
| 360 | } |
| 361 | |
| 362 | const std::string& ScrolledWindow::GetName() const { |
| 363 | static const std::string name( "ScrolledWindow" ); |
nothing calls this directly
no outgoing calls
no test coverage detected