| 150 | } |
| 151 | |
| 152 | bool Box::ChildInfo::operator==( const ChildInfo& rhs ) const { |
| 153 | return widget == rhs.widget; |
| 154 | } |
| 155 | |
| 156 | void Box::SetSpacing( float spacing ) { |
| 157 | m_spacing = spacing; |
nothing calls this directly
no outgoing calls
no test coverage detected