| 139 | } |
| 140 | |
| 141 | void Box::HandleSizeChange() { |
| 142 | AllocateChildren(); |
| 143 | } |
| 144 | |
| 145 | Box::ChildInfo::ChildInfo( Widget::Ptr widget_, bool expand_, bool fill_ ) : |
| 146 | widget( widget_.get() ), |
nothing calls this directly
no outgoing calls
no test coverage detected