Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ HandleSizeChange
Method
HandleSizeChange
src/SFGUI/Alignment.cpp:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void Alignment::HandleSizeChange() {
39
UpdateChild();
40
}
41
42
void Alignment::HandleAlignmentChange( const sf::Vector2f& /*old_alignment*/ ) {
43
UpdateChild();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected