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

Method HandleRemove

src/SFGUI/Container.cpp:98–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void Container::HandleRemove( Widget::Ptr /*child*/ ) {
99}
100
101void Container::HandleChildInvalidate( Widget::PtrConst child ) const {
102 auto parent = GetParent();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected