Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ HandleStateChange
Method
HandleStateChange
src/SFGUI/Button.cpp:148–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
void Button::HandleStateChange( State old_state ) {
149
AllocateChild();
150
Bin::HandleStateChange( old_state );
151
}
152
153
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected