Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetSpacing
Method
SetSpacing
src/SFGUI/Box.cpp:156–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
void Box::SetSpacing( float spacing ) {
157
m_spacing = spacing;
158
RequestResize();
159
Invalidate();
160
}
161
162
void Box::SetOrientation( Orientation orientation ) {
163
m_orientation = orientation;
Callers
5
main
Function · 0.80
Run
Method · 0.80
OnToggleSpaceClick
Method · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
2
Run
Method · 0.64
OnToggleSpaceClick
Method · 0.64