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

Method HandleSizeChange

src/SFGUI/Box.cpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void Box::HandleSizeChange() {
142 AllocateChildren();
143}
144
145Box::ChildInfo::ChildInfo( Widget::Ptr widget_, bool expand_, bool fill_ ) :
146 widget( widget_.get() ),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected