Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ updateContent
Method
updateContent
UnitTests/UnitTest_HyperTextBox/HyperTextBox.cpp:505–509 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
503
}
504
505
void HyperTextBox::updateContent()
506
{
507
mStackPanel->setSpacer(IntSize(0, mSpacer.height));
508
mScrollViewPanel->updateContent();
509
}
510
511
const IntSize& HyperTextBox::getSpacer() const
512
{
Callers
1
createScene
Method · 0.45
Calls
2
IntSize
Function · 0.50
setSpacer
Method · 0.45
Tested by
no test coverage detected