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

Method HandleSizeChange

src/SFGUI/Window.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void Window::HandleSizeChange() {
71 if( !GetChild() ) {
72 return;
73 }
74
75 GetChild()->SetAllocation( GetClientRect() );
76}
77
78void Window::SetStyle( char style ) {
79 m_style = style;

Callers

nothing calls this directly

Calls 1

SetAllocationMethod · 0.80

Tested by

no test coverage detected