Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setSize
Method
setSize
MyGUIEngine/src/MyGUI_ScrollView.cpp:74–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void ScrollView::setSize(const IntSize& _size)
75
{
76
Base::setSize(_size);
77
78
updateView();
79
}
80
81
void ScrollView::setCoord(const IntCoord& _coord)
82
{
Callers
1
setCanvasSize
Method · 0.45
Calls
1
setSize
Function · 0.85
Tested by
no test coverage detected