| 96 | } |
| 97 | |
| 98 | void Container::HandleRemove( Widget::Ptr /*child*/ ) { |
| 99 | } |
| 100 | |
| 101 | void Container::HandleChildInvalidate( Widget::PtrConst child ) const { |
| 102 | auto parent = GetParent(); |
nothing calls this directly
no outgoing calls
no test coverage detected