| 278 | } |
| 279 | |
| 280 | void ScrolledWindow::HandleSizeChange() { |
| 281 | // A parent caused us to move/resize, have to recalculate everything. |
| 282 | RecalculateAdjustments(); |
| 283 | RecalculateContentAllocation(); |
| 284 | |
| 285 | Invalidate(); |
| 286 | } |
| 287 | |
| 288 | bool ScrolledWindow::HandleAdd( Widget::Ptr child ) { |
| 289 | if( GetChildren().size() > 2 ) { |
nothing calls this directly
no outgoing calls
no test coverage detected