MCPcopy 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
162void Box::SetOrientation( Orientation orientation ) {
163 m_orientation = orientation;
164 RequestResize();
165 Invalidate();
166}
167
168float Box::GetSpacing() const {
169 return m_spacing;

Callers 1

Calls

no outgoing calls

Tested by 1