| 99 | } |
| 100 | |
| 101 | void Container::HandleChildInvalidate( Widget::PtrConst child ) const { |
| 102 | auto parent = GetParent(); |
| 103 | |
| 104 | if( parent ) { |
| 105 | parent->HandleChildInvalidate( child ); |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | void Container::HandleAbsolutePositionChange() { |
| 110 | // Update children's drawable positions. |