MCPcopy Create free account
hub / github.com/TankOs/SFGUI / HandleRequisitionChange

Method HandleRequisitionChange

src/SFGUI/Table.cpp:289–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void Table::HandleRequisitionChange() {
290 AllocateChildren();
291}
292
293void Table::HandleRemove( Widget::Ptr child ) {
294 TableCellList::iterator cell_iter( m_cells.begin() );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected