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

Method HandleSizeChange

src/SFGUI/Button.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void Button::HandleSizeChange() {
120 AllocateChild();
121}
122
123void Button::AllocateChild() {
124 auto child = GetChild();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected