| 287 | } |
| 288 | |
| 289 | void Table::HandleRequisitionChange() { |
| 290 | AllocateChildren(); |
| 291 | } |
| 292 | |
| 293 | void Table::HandleRemove( Widget::Ptr child ) { |
| 294 | TableCellList::iterator cell_iter( m_cells.begin() ); |
nothing calls this directly
no outgoing calls
no test coverage detected