MCPcopy 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
156void Box::SetSpacing( float spacing ) {
157 m_spacing = spacing;
158 RequestResize();
159 Invalidate();
160}
161
162void Box::SetOrientation( Orientation orientation ) {
163 m_orientation = orientation;

Callers 5

mainFunction · 0.80
RunMethod · 0.80
OnToggleSpaceClickMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 2

RunMethod · 0.64
OnToggleSpaceClickMethod · 0.64