Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setSize
Method
setSize
UnitTests/UnitTest_HyperTextBox/ScrollViewPanel.cpp:20–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void ScrollViewPanel::setSize(const IntSize& _size)
21
{
22
Base::setSize(_size);
23
24
updateContent();
25
}
26
27
void ScrollViewPanel::setCoord(const IntCoord& _coord)
28
{
Callers
nothing calls this directly
Calls
1
setSize
Function · 0.85
Tested by
no test coverage detected