Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ setSize
Method
setSize
UnitTests/UnitTest_TreeControl/TreeControl.cpp:173–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
void TreeControl::setSize(const IntSize& Size)
174
{
175
Widget::setSize(Size);
176
177
invalidate();
178
}
179
180
void TreeControl::setCoord(const IntCoord& Bounds)
181
{
Callers
1
updateScroll
Method · 0.45
Calls
1
setSize
Function · 0.85
Tested by
no test coverage detected