Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ overrideArrange
Method
overrideArrange
UnitTests/UnitTest_HyperTextBox/WrapPanel.cpp:19–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
void WrapPanel::overrideArrange()
20
{
21
if (mContentFloat)
22
floatArrange();
23
else
24
simpleArrange();
25
}
26
27
void WrapPanel::alignChildLine(
28
size_t _startIndex,
Callers
1
updateArrange
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected