Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
void Button::HandleSizeChange() {
120
AllocateChild();
121
}
122
123
void Button::AllocateChild() {
124
auto child = GetChild();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected