Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetOrientation
Method
SetOrientation
src/SFGUI/Box.cpp:162–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
void Box::SetOrientation( Orientation orientation ) {
163
m_orientation = orientation;
164
RequestResize();
165
Invalidate();
166
}
167
168
float Box::GetSpacing() const {
169
return m_spacing;
Callers
1
OnToggleOrientationClick
Method · 0.45
Calls
no outgoing calls
Tested by
1
OnToggleOrientationClick
Method · 0.36