| 478 | /** Occurs after a Widget is added to a parent. |
| 479 | */ |
| 480 | struct AddEvent : BaseEvent {}; |
| 481 | virtual void onAdd(const AddEvent& e) {} |
| 482 | |
| 483 | /** Occurs before a Widget is removed from its parent. |
nothing calls this directly
no outgoing calls
no test coverage detected